Skip to content

Commit

Permalink
tests: use extra for tests (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 22, 2024
1 parent 6d4526e commit 55b2d6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ changelog = "https://github.com/pytest-dev/pytest-github-actions-annotate-failur
[project.entry-points.pytest11]
pytest_github_actions_annotate_failures = "pytest_github_actions_annotate_failures.plugin"

[project.optional-dependencies]
test = ["packaging"]


[tool.ruff.lint]
extend-select = [
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PYTEST_MAJOR_VERSION =
8: pytest8

[testenv]
extras = test
deps =
-rrequirements.txt
pytest6: pytest>=6.0.0,<7.0.0
pytest7: pytest>=7.0.0,<7.4.0
pytest8: pytest>=8.0.0,<9.0.0
Expand Down

0 comments on commit 55b2d6d

Please sign in to comment.