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 9, 2025
1 parent a775e76 commit ab4e8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -82,7 +82,7 @@ pylsp-rope = "^0.1.17"
python-lsp-isort = "^0.2.0"

[tool.poetry.group.tests.dependencies]
pytest = "^8.3.4"
pytest = "7.4.4"
xdoctest = "^1.2.0"
pytest-lazy-fixture = "^0.6.3"
pytest-codeblocks = "^0.17.0"
Expand Down

0 comments on commit ab4e8a4

Please sign in to comment.