python3Packages.pytest: 5 -> 6
This commit is contained in:
parent
0a2ace6cd1
commit
9b81c28a13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user