Skip to content

Commit c582888

Browse files
expand testing
1 parent b33f2f7 commit c582888

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ envlist =
1515
# These must be separate from the above target.
1616
# These require the `-mpl` suffix so tox installs the MPL.
1717
# The `mpl` prefix runs only MPL-specific tests
18-
py{311,312}-mpl{local,integ,accept,examples}-mpl
18+
py{311,312}-mpl{local,examples}-mpl
1919
nocmk,
2020
bandit, doc8, readme, docs,
2121
{flake8,pylint}{,-tests,-examples},
@@ -87,11 +87,9 @@ commands =
8787
# MPL unit tests require the MPL to be installed
8888
mpllocal: {[testenv:base-command]commands} test/unit/mpl/ -m local
8989
integ: {[testenv:base-command]commands} test/ -m integ --ignore test/unit/mpl/
90-
# MPL integ tests require the MPL to be installed
91-
mplinteg: {[testenv:base-command]commands} test/unit/mpl -m integ
90+
# No MPL-specific integ tests
9291
accept: {[testenv:base-command]commands} test/ -m accept --ignore test/unit/mpl/
93-
# MPL accept tests require the MPL to be installed
94-
mplaccept: {[testenv:base-command]commands} test/unit/mpl -m accept
92+
# No MPL-specific accept tests
9593
examples: {[testenv:base-command]commands} examples/test/ -m examples --ignore examples/test/keyrings/
9694
# MPL keyring examples require a special IAM role; run these separately under a separate set of permissions
9795
mplexamples: {[testenv:base-command]commands} examples/test/keyrings -m examples

0 commit comments

Comments
 (0)