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

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