Skip to content

Commit

Permalink
🔧 build: pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1on committed May 17, 2023
1 parent cba288a commit e09af94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ typing-extensions = [


[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
pytest = [
{ version = "^7.0.0", python = ">=3.6,<3.7" },
{ version = "^7.3.1", python = ">=3.7" }
]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e09af94

Please sign in to comment.