Skip to content

Commit

Permalink
Require pytest 6.2.5 to fix tests on python 3.10
Browse files Browse the repository at this point in the history
For reference, see pytest-dev/pytest#8540
  • Loading branch information
danielunderwood committed Apr 6, 2022
1 parent c54926a commit 6abf726
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
61 changes: 30 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -10,7 +10,7 @@ pegen = "^0.1.0"
pandas = "^1.4.2"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = ">=6.2.5"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6abf726

Please sign in to comment.