pythonPackages.zetup: refactor fix broken

This commit is contained in:
Chris Ostrouchov
2019-07-17 10:02:03 +02:00
committed by Frederik Rietdijk
parent 28f1c7765d
commit bdd84a0257
@@ -19,7 +19,7 @@ buildPythonPackage rec {
''; '';
checkPhase = '' checkPhase = ''
py.test test py.test test -k "not TestObject"
''; '';
checkInputs = [ pytest_3 pathpy nbconvert ]; checkInputs = [ pytest_3 pathpy nbconvert ];