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