Skip to content

Commit 8f9ea56

Browse files
authored
Merge pull request #112 from olegrok/patch-1
Allow to use pytest 9
2 parents fb9af7e + 8c68e98 commit 8f9ea56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = [{ include = 'pytest_split', from = 'src' }]
3434

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

3939

4040
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)