Skip to content

Commit

Permalink
fix: rstrict pytest version to <8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Mar 3, 2024
1 parent ac2c381 commit 5077b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["description", "version"]
dependencies = ["coloredlogs", "docstring-parser", "python-dateutil", "xxhash"]

[project.optional-dependencies]
testing = ["pytest", "pyyaml"]
testing = ["pytest<8", "pyyaml"]
test = ["flaky", "pytest", "pytest-asyncio", "pytest-coverage", "replete[testing]", "types-python-dateutil", "types-xxhash"]
dev = ["replete[test]", "ruff"]

Expand Down

0 comments on commit 5077b5b

Please sign in to comment.