pythonPackages.trio: fix tests
This commit is contained in:
parent
ed44183ff0
commit
1b127bd94e
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue