mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 08:23:25 +00:00
pythonPackages.trio: fix tests
This commit is contained in:
parent
8c93f75f49
commit
7620fbbf2b
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user