Skip to content

Commit

Permalink
Merge pull request #619 from ungarj/fix_pytest8
Browse files Browse the repository at this point in the history
avoid pytest 8 for now
  • Loading branch information
ungarj authored Feb 9, 2024
2 parents 1dab3f2 + 7a86a43 commit a1e0b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8
minio
morecantile>=5.0.0
pre-commit
pytest
pytest<8
pytest-cov
pytest-env
pytest-flask
Expand Down
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8>=3.8.4
minio
morecantile>=5.0.0
pystac
pytest>=5.4.1
pytest>=5.4.1,<8
pytest-cov>=2.8.1
pytest-env
pytest-flask>=1.0.0
Expand Down

0 comments on commit a1e0b18

Please sign in to comment.