pythonPackages.service-identity: fix tests

This commit is contained in:
Frederik Rietdijk 2016-09-03 11:39:57 +02:00
parent 7bf1d11452
commit e4bc2e60a0

View file

@ -27533,6 +27533,10 @@ in modules // {
buildInputs = with self; [
pytest
];
checkPhase = ''
py.test
'';
};
signedjson = buildPythonPackage rec {