update lower constraints
Because autobahn 20.7.1 depends on cryptography>=2.7, we need to update the version of cryptography. Change-Id: Ib89beed50f5d6e63fe6d75bdd24a4c879bd4834a
This commit is contained in:
parent
772db810a0
commit
bf086eb753
@ -1,10 +1,11 @@
|
|||||||
alembic==0.8.10
|
alembic==0.9.6
|
||||||
autobahn==20.7.1
|
autobahn==20.7.1
|
||||||
Babel==2.3.4
|
Babel==2.3.4
|
||||||
coverage==4.0
|
coverage==4.0
|
||||||
cryptography==2.1
|
cryptography==2.7
|
||||||
ddt==1.0.1
|
ddt==1.0.1
|
||||||
doc8==0.6.0
|
doc8==0.8.1
|
||||||
|
docutils==0.15.2
|
||||||
dogpile.cache==1.0.2
|
dogpile.cache==1.0.2
|
||||||
enum34==1.0.4;python_version=='2.7'
|
enum34==1.0.4;python_version=='2.7'
|
||||||
falcon==1.1.0
|
falcon==1.1.0
|
||||||
@ -60,7 +61,7 @@ testresources==2.0.0
|
|||||||
testscenarios==0.4
|
testscenarios==0.4
|
||||||
testtools==2.2.0
|
testtools==2.2.0
|
||||||
trollius==2.1;python_version=='2.7'
|
trollius==2.1;python_version=='2.7'
|
||||||
txaio==2.8.2
|
txaio==20.3.1
|
||||||
urllib3==1.21.1
|
urllib3==1.21.1
|
||||||
WebOb==1.7.1
|
WebOb==1.7.1
|
||||||
websocket-client==0.44.0
|
websocket-client==0.44.0
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
|
|
||||||
alembic>=0.8.10 # MIT
|
alembic>=0.9.6 # MIT
|
||||||
Babel!=2.4.0,>=2.3.4 # BSD
|
Babel!=2.4.0,>=2.3.4 # BSD
|
||||||
cryptography>=2.1 # BSD/Apache-2.0
|
cryptography>=2.7 # BSD/Apache-2.0
|
||||||
falcon>=1.1.0 # Apache-2.0
|
falcon>=1.1.0 # Apache-2.0
|
||||||
jsonschema>=3.2.0 # MIT
|
jsonschema>=3.2.0 # MIT
|
||||||
iso8601>=0.1.11 # MIT
|
iso8601>=0.1.11 # MIT
|
||||||
|
@ -16,9 +16,9 @@ PyMySQL>=0.8.0 # MIT License
|
|||||||
|
|
||||||
# Unit testing
|
# Unit testing
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
cryptography>=2.1 # BSD/Apache-2.0
|
cryptography>=2.7 # BSD/Apache-2.0
|
||||||
ddt>=1.0.1 # MIT
|
ddt>=1.0.1 # MIT
|
||||||
doc8>=0.6.0 # Apache-2.0
|
doc8>=0.8.1 # Apache-2.0
|
||||||
Pygments>=2.2.0 # BSD license
|
Pygments>=2.2.0 # BSD license
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
|
|
||||||
|
8
tox.ini
8
tox.ini
@ -1,7 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 3.1.0
|
||||||
envlist = py37,pep8
|
envlist = py3,pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
# this allows tox to infer the base python from the environment name
|
||||||
|
# and override any basepython configured in this file
|
||||||
|
ignore_basepython_conflict=true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -116,6 +119,5 @@ paths = ./zaqar/hacking
|
|||||||
|
|
||||||
[testenv:lower-constraints]
|
[testenv:lower-constraints]
|
||||||
deps =
|
deps =
|
||||||
-c{toxinidir}/lower-constraints.txt
|
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user