Merge pull request #115468 from SuperSandro2000/trio

pythonPackages.trio: fix tests
This commit is contained in:
Sandro 2021-03-09 09:38:36 +01:00 committed by GitHub
commit 4ccfb8b0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8137,7 +8137,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 { };