pythonPackages.trio: fix tests

This commit is contained in:
Sandro Jäckel
2021-03-13 16:21:31 +01:00
committed by Frederik Rietdijk
parent ed44183ff0
commit 1b127bd94e
+3 -1
View File
@@ -8329,7 +8329,9 @@ in {
trimesh = callPackage ../development/python-modules/trimesh { };
trio = callPackage ../development/python-modules/trio { };
trio = callPackage ../development/python-modules/trio {
pytestCheckHook = self.pytest_6_1CheckHook;
};
trollius = callPackage ../development/python-modules/trollius { };