Skip to content

Commit 7f27ebd

Browse files
fix
1 parent cf26ca3 commit 7f27ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ passenv =
112112
setenv =
113113
#########################################################
114114
deps = -rdev_requirements/test-requirements.txt
115-
commands = {[testenv:base-command]commands} test/ -m local --ignore test/unit/mpl/
115+
commands = {[testenv:base-command]commands} test/ -m local --ignore test/mpl/
116116

117117
# Collect requirements for use in upstream tests
118118
[testenv:freeze-upstream-requirements-base]
@@ -144,7 +144,7 @@ commands = {[testenv:freeze-upstream-requirements-base]commands} test/upstream-r
144144
[testenv:test-upstream-requirements-base]
145145
sitepackages = False
146146
recreate = True
147-
commands = {[testenv:base-command]commands} test/ -m local --ignore test/unit/mpl/
147+
commands = {[testenv:base-command]commands} test/ -m local --ignore --ignore test/mpl/
148148

149149
# Test frozen upstream requirements for Python 3.7
150150
[testenv:test-upstream-requirements-py37]

0 commit comments

Comments
 (0)