pythonPackages.trio: fix tests

This commit is contained in:
Sandro Jäckel 2021-03-09 02:07:00 +01:00
parent 8c93f75f49
commit 7620fbbf2b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -8133,7 +8133,9 @@ in {
trimesh = callPackage ../development/python-modules/trimesh { };
trio = callPackage ../development/python-modules/trio { };
trio = callPackage ../development/python-modules/trio {
pytestCheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
};
trollius = callPackage ../development/python-modules/trollius { };