Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions newsfragments/106.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Aligned local tox defaults with CI by running lint only in ``py310-lint``,
while keeping core test environments for all configured Python versions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=
py{310,311,312,313}-core
py{310,311,312,313}-lint
py310-lint
docs

[testenv]
Expand All @@ -13,7 +13,7 @@ commands=
core: pytest {posargs:tests}
docs: make docs-ci

[testenv:py{310,311,312,313}-lint]
[testenv:py310-lint]
deps=pre-commit
commands=
; pre-commit install
Expand Down
Loading