Skip to content

Commit 0ee2036

Browse files
authored
Merge pull request #47 from loukou007/support-pytest-7
Add support for pytest 7
2 parents 4db312e + a1d9082 commit 0ee2036

File tree

2 files changed

+63
-69
lines changed

2 files changed

+63
-69
lines changed

poetry.lock

Lines changed: 62 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include = ['LICENCE']
3333

3434
[tool.poetry.dependencies]
3535
python = ">=3.7.1, <4.0"
36-
pytest = "^5 | ^6"
36+
pytest = "^5 | ^6 | ^7"
3737

3838
[tool.poetry.dev-dependencies]
3939
autoflake = "*"

0 commit comments

Comments
 (0)