Skip to content

Commit

Permalink
build(poetry): downgrade pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 7, 2024
1 parent 0615700 commit 357c1d9
Show file tree
Hide file tree
Showing 2 changed files with 9 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.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ memestra = "^0.2.1"
codespell = "^2.2.6"

[tool.poetry.group.tests.dependencies]
pytest = "^8.0.0"
# /~https://github.com/pytest-dev/pytest/issues/11890
# /~https://github.com/TvoroG/pytest-lazy-fixture/issues/65
pytest = "7.4.4"
xdoctest = "^1.1.3"
pytest-lazy-fixture = "^0.6.3"
pytest-codeblocks = "^0.16.1"
Expand Down

0 comments on commit 357c1d9

Please sign in to comment.