pythonPackages.packaging: fix test runner

This commit is contained in:
Frederik Rietdijk
2017-04-18 12:03:45 +02:00
parent 632a62a8c0
commit 8227e665f8
+4
View File
@@ -32006,6 +32006,10 @@ EOF
license = [ licenses.bsd2 licenses.asl20 ];
maintainers = with maintainers; [ bennofs ];
};
checkPhase = ''
py.test
'';
};
pypandoc = buildPythonPackage rec {