Skip to content

Commit

Permalink
Pin pytest (#8308)
Browse files Browse the repository at this point in the history
According to pytest-dev/pytest#6492 pytest 5.3.2 broke some things, so we should pin for now.
  • Loading branch information
ethanhs committed Jan 21, 2020
1 parent 861f01c commit 5d8c0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Expand Up @@ -5,7 +5,7 @@ flake8-bugbear; python_version >= '3.5'
flake8-pyi; python_version >= '3.6'
lxml>=4.4.0
psutil>=4.0
pytest>=5.1.1
pytest==5.3.2
pytest-xdist>=1.22
# pytest-xdist depends on pytest-forked and 1.1.0 doesn't install clean on macOS 3.5
pytest-forked>=1.0.0,<1.1.0
Expand Down

0 comments on commit 5d8c0cd

Please sign in to comment.