forked from mirrors/nixpkgs
python3Packages.jeepney: fix tests
This commit is contained in:
parent
0500a26418
commit
0e15bde06f
|
@ -5,6 +5,7 @@
|
|||
, pytest
|
||||
, testpath
|
||||
, tornado
|
||||
, trio
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -25,6 +26,7 @@ buildPythonPackage rec {
|
|||
checkInputs = [
|
||||
pytest
|
||||
testpath
|
||||
trio
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue