Skip to content

Commit

Permalink
build(deps): Relax pytest dependency to 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 2, 2024
1 parent 4b4475f commit eb66c43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sphinxext-rediraffe = "*"

[tool.poetry.group.test.dependencies]
### Testing ###
pytest = "~8"
pytest = "~7"
pytest-rerunfailures = "*"
pytest-watcher = "*"

Expand Down

0 comments on commit eb66c43

Please sign in to comment.