CI: Move lower-constraints job to py37
This got missed when we dropped support for py36. Related-Change: I6f0cbde23f0a0db75bdb3e598ee862af0bad0dba Change-Id: I3dcca36744bbdbce7e5e22e50b3a3fa263071717
This commit is contained in:
@@ -25,7 +25,7 @@ fixtures==3.0.0
|
|||||||
future==0.16.0
|
future==0.16.0
|
||||||
gitdb2==2.0.3
|
gitdb2==2.0.3
|
||||||
GitPython==2.1.8
|
GitPython==2.1.8
|
||||||
greenlet==0.3.3
|
greenlet==0.4.14
|
||||||
idna==2.6
|
idna==2.6
|
||||||
imagesize==1.0.0
|
imagesize==1.0.0
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
eventlet>=0.25.0,!=0.34.3 # MIT
|
eventlet>=0.25.0,!=0.34.3 # MIT
|
||||||
greenlet>=0.3.3
|
greenlet>=0.4.14
|
||||||
PasteDeploy>=2.0.0
|
PasteDeploy>=2.0.0
|
||||||
lxml>=4.2.3
|
lxml>=4.2.3
|
||||||
requests>=2.14.2 # Apache-2.0
|
requests>=2.14.2 # Apache-2.0
|
||||||
|
2
tox.ini
2
tox.ini
@@ -149,7 +149,7 @@ deps =
|
|||||||
-c{toxinidir}/lower-constraints.txt
|
-c{toxinidir}/lower-constraints.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
basepython = python3.6
|
basepython = python3.7
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
|
Reference in New Issue
Block a user