@@ -17,10 +17,10 @@ envlist =
17
17
# The `mpl` prefix specifies a separate target,
18
18
# i.e. `mpllocal` instead of `local`.
19
19
# `mplXXX` contains tests using MPL components.
20
- py{311,312}-mpl{local,examples,performance_tests }-mpl
20
+ py{311,312}-mpl{local,examples,performancetests }-mpl
21
21
nocmk,
22
22
bandit, doc8, readme, docs,
23
- {flake8,pylint}{,-tests,-examples,-performance_tests },
23
+ {flake8,pylint}{,-tests,-examples,-performancetests },
24
24
isort-check, black-check,
25
25
# prone to false positives
26
26
vulture
@@ -92,7 +92,7 @@ commands =
92
92
examples: {[testenv:base-command]commands} examples/test/legacy/ -m examples
93
93
# MPL keyring examples require a special IAM role; run these separately under a separate set of permissions
94
94
mplexamples: {[testenv:base-command]commands} examples/test/ -m examples --ignore examples/test/legacy/
95
- performance_tests : {[testenv:base-command]commands} performance_tests/test/keyrings/ performance_tests/test/master_key_providers/
95
+ performancetests : {[testenv:base-command]commands} performance_tests/test/keyrings/ performance_tests/test/master_key_providers/
96
96
all: {[testenv:base-command]commands} test/ examples/test/legacy/ --ignore test/mpl/
97
97
mplall: {[testenv:base-command]commands} test/ examples/test/
98
98
manual: {[testenv:base-command]commands}
@@ -176,7 +176,7 @@ commands =
176
176
--ignore D103,E203,W503 \
177
177
examples/test/
178
178
179
- [testenv:flake8-performance_tests ]
179
+ [testenv:flake8-performancetests ]
180
180
basepython = {[testenv:flake8]basepython}
181
181
deps = {[testenv:flake8]deps}
182
182
commands =
@@ -208,7 +208,7 @@ commands =
208
208
pylint --rcfile =examples/src/pylintrc examples/src/
209
209
pylint --rcfile =examples/test/pylintrc --disable R0801 examples/test/
210
210
211
- [testenv:pylint-performance_tests ]
211
+ [testenv:pylint-performance-tests ]
212
212
basepython = {[testenv:pylint]basepython}
213
213
deps = {[testenv:pylint]deps}
214
214
commands =
@@ -266,7 +266,6 @@ commands = isort -rc \
266
266
test \
267
267
# We do not include examples/test because of the need to modify sys.path for some imports
268
268
examples/src/ \
269
- performance_tests/ \
270
269
doc \
271
270
setup.py \
272
271
{posargs}
0 commit comments