pythonPackages.service-identity: fix tests
This commit is contained in:
parent
7bf1d11452
commit
e4bc2e60a0
@ -27533,6 +27533,10 @@ in modules // {
|
|||||||
buildInputs = with self; [
|
buildInputs = with self; [
|
||||||
pytest
|
pytest
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
signedjson = buildPythonPackage rec {
|
signedjson = buildPythonPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user