pythonPackages.pytest_29: disable tests temporarily

This commit is contained in:
Frederik Rietdijk 2016-12-17 15:12:00 +01:00
parent 096e8ab45f
commit 45c1c50ddd

View File

@ -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 {