Skip to content

Commit

Permalink
chore: rename testing extra to test (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Oct 15, 2024
2 parents cbfc444 + e2f59cb commit a6a53ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ all = [
"trove-classifiers>=2021.10.20",
]
store = ["validate-pyproject-schema-store"]
testing = [
test = [
"setuptools",
"pytest>=8.3.3",
"pytest-cov",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ passenv =
VALIDATE_PYPROJECT_*
extras =
all
testing
test
commands =
pytest {posargs}

Expand Down

0 comments on commit a6a53ae

Please sign in to comment.