Skip to content

Commit

Permalink
Use consistent ordering in the extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 8, 2024
1 parent de0eba1 commit bc5db71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ doc = [
# local
]

enabler = [
"pytest-enabler >= 2.2",
]

check = [
"pytest-checkdocs >= 2.4",
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
Expand All @@ -56,6 +52,10 @@ cover = [
"pytest-cov",
]

enabler = [
"pytest-enabler >= 2.2",
]

type = [
"pytest-mypy",
]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ commands =
usedevelop = True
extras =
test
cover
type
check
cover
enabler
type

[testenv:diffcov]
description = run tests and check that diff from main is covered
Expand Down

0 comments on commit bc5db71

Please sign in to comment.