python3Packages.jeepney: fix tests
This commit is contained in:
parent
0500a26418
commit
0e15bde06f
@ -5,6 +5,7 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, testpath
|
, testpath
|
||||||
, tornado
|
, tornado
|
||||||
|
, trio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -25,6 +26,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest
|
pytest
|
||||||
testpath
|
testpath
|
||||||
|
trio
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user