Skip to content

Commit

Permalink
Merge pull request #47 from loukou007/support-pytest-7
Browse files Browse the repository at this point in the history
Add support for pytest 7
  • Loading branch information
jerry-git committed Mar 13, 2022
2 parents 4db312e + a1d9082 commit 0ee2036
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 69 deletions.
130 changes: 62 additions & 68 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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include = ['LICENCE']

[tool.poetry.dependencies]
python = ">=3.7.1, <4.0"
pytest = "^5 | ^6"
pytest = "^5 | ^6 | ^7"

[tool.poetry.dev-dependencies]
autoflake = "*"
Expand Down

0 comments on commit 0ee2036

Please sign in to comment.