python3Packages.pytest: 5 -> 6

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:53:01 +01:00
parent 0a2ace6cd1
commit 9b81c28a13

View File

@ -5628,7 +5628,7 @@ in {
pytesseract = callPackage ../development/python-modules/pytesseract { };
# pytest>=6 is too new for most packages
pytest = if isPy3k then self.pytest_5 else self.pytest_4;
pytest = if isPy3k then self.pytest_6 else self.pytest_4;
pytest_4 = callPackage
../development/python-modules/pytest/4.nix { # hypothesis tests require pytest that causes dependency cycle