pythonPackages.nosejs: fix test runner
This commit is contained in:
parent
1a25a73299
commit
e09c4b3a9d
@ -12165,6 +12165,11 @@ in modules // {
|
||||
sha256 = "0qrhkd3sga56qf6k0sqyhwfcladwi05gl6aqmr0xriiq1sgva5dy";
|
||||
};
|
||||
buildInputs = with self; [ nose ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests -v
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
nose-cprof = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user