File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ passenv =
112
112
setenv =
113
113
# ########################################################
114
114
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/
116
116
117
117
# Collect requirements for use in upstream tests
118
118
[testenv:freeze-upstream-requirements-base]
@@ -144,7 +144,7 @@ commands = {[testenv:freeze-upstream-requirements-base]commands} test/upstream-r
144
144
[testenv:test-upstream-requirements-base]
145
145
sitepackages = False
146
146
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/
148
148
149
149
# Test frozen upstream requirements for Python 3.7
150
150
[testenv:test-upstream-requirements-py37]
You can’t perform that action at this time.
0 commit comments