pythonPackages.trio: fix tests

This commit is contained in:
Sandro Jäckel 2021-03-09 02:07:00 +01:00 committed by Frederik Rietdijk
parent ed44183ff0
commit 1b127bd94e

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 { };