Skip to content

Commit

Permalink
Upgrade pytest to fix Python 3.10 issue
Browse files Browse the repository at this point in the history
See: pytest-dev/pytest#8540

Command that was run:

  poetry add -D 'pytest>=6.2.4'
  • Loading branch information
sveniu committed Mar 6, 2022
1 parent e78441c commit 2fae397
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 32 deletions.
49 changes: 18 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 @@ -8,7 +8,7 @@ authors = ["Sven Ulland <sven.ulland@gmail.com>"]
python = "^3.10"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = ">=6.2.4"
black = "^22.1.0"

[build-system]
Expand Down

0 comments on commit 2fae397

Please sign in to comment.