aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-30 12:53:51 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:25 +0100
commit0e15bde06f49fd9be000879f3d181dfef7c95c3b (patch)
tree4dac74a7ddbc03ebaa6dd992954a20afef6ab49e
parent0500a264188078f6252abeb8da39539015e01a2d (diff)
python3Packages.jeepney: fix tests
-rw-r--r--pkgs/development/python-modules/jeepney/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/jeepney/default.nix b/pkgs/development/python-modules/jeepney/default.nix
index 4ab206f32b84..84096c6db4f9 100644
--- a/pkgs/development/python-modules/jeepney/default.nix
+++ b/pkgs/development/python-modules/jeepney/default.nix
@@ -5,6 +5,7 @@
, pytest
, testpath
, tornado
+, trio
}:
buildPythonPackage rec {
@@ -25,6 +26,7 @@ buildPythonPackage rec {
checkInputs = [
pytest
testpath
+ trio
];
checkPhase = ''