Skip to content

Commit a1d9082

Browse files
author
Malek Attia
committed
Add support for pytest 7
1 parent 4db312e commit a1d9082

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)