Merge pull request #2794 from steved/master
support mock versions < 3.0.5
This commit is contained in:
commit
55a1500827
@ -1,5 +1,5 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
mock==3.0.5 # Last version compatible with Python 2.7
|
mock<=3.0.5 # Last version compatible with Python 2.7
|
||||||
nose
|
nose
|
||||||
black; python_version >= '3.6'
|
black; python_version >= '3.6'
|
||||||
regex==2019.11.1; python_version >= '3.6' # Needed for black
|
regex==2019.11.1; python_version >= '3.6' # Needed for black
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ install_requires = [
|
|||||||
"pytz",
|
"pytz",
|
||||||
"python-dateutil<3.0.0,>=2.1",
|
"python-dateutil<3.0.0,>=2.1",
|
||||||
"python-jose<4.0.0",
|
"python-jose<4.0.0",
|
||||||
"mock==3.0.5",
|
"mock<=3.0.5",
|
||||||
"docker>=2.5.1",
|
"docker>=2.5.1",
|
||||||
"jsondiff>=1.1.2",
|
"jsondiff>=1.1.2",
|
||||||
"aws-xray-sdk!=0.96,>=0.93",
|
"aws-xray-sdk!=0.96,>=0.93",
|
||||||
|
Loading…
Reference in New Issue
Block a user