mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
pythonPackages.service-identity: fix tests
This commit is contained in:
parent
7bf1d11452
commit
e4bc2e60a0
@ -27533,6 +27533,10 @@ in modules // {
|
||||
buildInputs = with self; [
|
||||
pytest
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
};
|
||||
|
||||
signedjson = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user