@@ -15,7 +15,7 @@ envlist =
15
15
# These must be separate from the above target.
16
16
# These require the `-mpl` suffix so tox installs the MPL.
17
17
# 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
19
19
nocmk,
20
20
bandit, doc8, readme, docs,
21
21
{flake8,pylint}{,-tests,-examples},
@@ -87,11 +87,9 @@ commands =
87
87
# MPL unit tests require the MPL to be installed
88
88
mpllocal: {[testenv:base-command]commands} test/unit/mpl/ -m local
89
89
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
92
91
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
95
93
examples: {[testenv:base-command]commands} examples/test/ -m examples --ignore examples/test/keyrings/
96
94
# MPL keyring examples require a special IAM role; run these separately under a separate set of permissions
97
95
mplexamples: {[testenv:base-command]commands} examples/test/keyrings -m examples
0 commit comments