Skip to content

Commit

Permalink
Fix version incompatibility with pytest and pytest-doctestplus (#827)
Browse files Browse the repository at this point in the history
* Set min. doctest-plus version
* Pin pytest version
  • Loading branch information
ethanwharris authored Feb 5, 2022
1 parent ac6539b commit 385b18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coverage>5.2
codecov>=2.1
pytest>=6.0
pytest==6.*
pytest-cov>2.10
# pytest-flake8
pytest-doctestplus
pytest-doctestplus>=0.9.0
check-manifest
twine>=3.2
mypy>=0.790
Expand Down

0 comments on commit 385b18e

Please sign in to comment.