Skip to content

Commit 3c6bf50

Browse files
authored
Allow pytest 8
1 parent 0798ea1 commit 3c6bf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

3535
[tool.poetry.dependencies]
3636
python = ">=3.7.1, <4.0"
37-
pytest = "^5 | ^6 | ^7"
37+
pytest = "^5 | ^6 | ^7 | ^8"
3838

3939

4040
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)