File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,13 @@ commands = {[testenv:freeze-upstream-requirements-base]commands} test/upstream-r
119119[testenv:test-upstream-requirements-base]
120120sitepackages = False
121121recreate = True
122+ passenv =
122123commands = {[testenv:base-command]commands} -m " local and not slow and not veryslow and not nope"
123124
124125# Test frozen upstream requirements for Python 2.7
125126[testenv:test-upstream-requirements-py27]
126127basepython = python2.7
128+ passenv =
127129deps = -rtest/upstream-requirements-py27.txt
128130sitepackages = {[testenv:test-upstream-requirements-base]sitepackages}
129131recreate = {[testenv:test-upstream-requirements-base]recreate}
@@ -132,6 +134,7 @@ commands = {[testenv:test-upstream-requirements-base]commands}
132134# Test frozen upstream requirements for Python 3.7
133135[testenv:test-upstream-requirements-py37]
134136basepython = python3.7
137+ passenv =
135138deps = -rtest/upstream-requirements-py37.txt
136139sitepackages = {[testenv:test-upstream-requirements-base]sitepackages}
137140recreate = {[testenv:test-upstream-requirements-base]recreate}
You can’t perform that action at this time.
0 commit comments