Skip to content

Commit

Permalink
Temporarily pin pytest to < 8 and moto to < 5 (#11751)
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald authored Jan 29, 2024
1 parent 7b1611f commit ae64647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ mkdocs-material
mkdocstrings-python
mike
mock; python_version < '3.8'
moto
moto < 5
mypy
numpy
pillow
pre-commit
pytest > 7
pytest > 7, < 8
pytest-asyncio >= 0.18.2, != 0.22.0, < 0.23.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
pytest-cov
pytest-benchmark
Expand Down

0 comments on commit ae64647

Please sign in to comment.