Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a104914

Browse files
authored
Merge pull request #16752 from QuLogic/no-pytest540
ci: Disallow pytest 5.4.0, which is crashing.
2 parents a7cc2bf + 744c484 commit a104914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing/travis_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pip requirements for all the travis builds
22

33
coverage
4-
pytest!=4.6.0
4+
pytest!=4.6.0,!=5.4.0
55
pytest-cov
66
pytest-rerunfailures
77
pytest-timeout

0 commit comments

Comments
 (0)