python3Packages.jeepney: fix tests

This commit is contained in:
Jonathan Ringer
2020-12-01 14:44:25 +01:00
committed by Frederik Rietdijk
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 = ''