mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
pythonPackages.pytest_29: disable tests temporarily
This commit is contained in:
parent
096e8ab45f
commit
45c1c50ddd
@ -4881,6 +4881,9 @@ in {
|
||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
||||
sha256 = "1n6igbc1b138wx1q5gca4pqw1j6nsyicfxds5n0b5989kaxqmh8j";
|
||||
};
|
||||
|
||||
# Disabled temporarily because of Hydra issue with namespaces
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
pytest_30 = self.pytest_27.override rec {
|
||||
|
Loading…
Reference in New Issue
Block a user