Skip to content

Commit 5d8c0cd

Browse files
authored
Pin pytest (#8308)
According to pytest-dev/pytest#6492 pytest 5.3.2 broke some things, so we should pin for now.
1 parent 861f01c commit 5d8c0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8-bugbear; python_version >= '3.5'
55
flake8-pyi; python_version >= '3.6'
66
lxml>=4.4.0
77
psutil>=4.0
8-
pytest>=5.1.1
8+
pytest==5.3.2
99
pytest-xdist>=1.22
1010
# pytest-xdist depends on pytest-forked and 1.1.0 doesn't install clean on macOS 3.5
1111
pytest-forked>=1.0.0,<1.1.0

0 commit comments

Comments
 (0)