1 { lib, buildPythonPackage, fetchPypi, nose }:
3 buildPythonPackage rec {
4 pname = "nose-pattern-exclude";
8 propagatedBuildInputs = [ nose ];
11 inherit pname version;
12 sha256 = "0apzxx8lavsdlxlpaxqw1snx5p7q8v5dfbip6v32f9pj2vyain1i";
19 description = "Exclude specific files and directories from nosetests runs";
20 homepage = "https://github.com/jakubroztocil/nose-pattern-exclude";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ jluttine ];