python3Packages.jeepney: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-30 12:53:51 -08:00 committed by Frederik Rietdijk
parent 0500a26418
commit 0e15bde06f

View file

@ -5,6 +5,7 @@
, pytest
, testpath
, tornado
, trio
}:
buildPythonPackage rec {
@ -25,6 +26,7 @@ buildPythonPackage rec {
checkInputs = [
pytest
testpath
trio
];
checkPhase = ''