pythonPackages.packaging: fix test runner

This commit is contained in:
Frederik Rietdijk 2017-04-18 10:16:20 +02:00
parent 632a62a8c0
commit 8227e665f8

View file

@ -32006,6 +32006,10 @@ EOF
license = [ licenses.bsd2 licenses.asl20 ];
maintainers = with maintainers; [ bennofs ];
};
checkPhase = ''
py.test
'';
};
pypandoc = buildPythonPackage rec {