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 , 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 = ''