Skip to content

Commit 4e9c32f

Browse files
committed
Fix upstream tests
1 parent 2c3dfbc commit 4e9c32f

File tree

3 files changed

+46
-69
lines changed

3 files changed

+46
-69
lines changed

test/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
hypothesis>=5.0.0,<6.0.0;python_version>='3'
2-
hypothesis==4.57.1;python_version=='2.7'
1+
hypothesis>=5.0.0
2+
importlib-metadata<5.0
33
mock
4-
moto>=1.3.8
4+
moto==3.0.2
55
pytest>=3.4.0
66
pytest-cov
77
pytest-mock

test/upstream-requirements-py37.txt

Lines changed: 42 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,42 @@
1-
apipkg==1.5
2-
asn1crypto==1.0.1
3-
atomicwrites==1.3.0
4-
attrs==19.2.0
5-
aws-sam-translator==1.15.0
6-
aws-xray-sdk==2.4.2
7-
boto==2.49.0
8-
boto3==1.9.246
9-
botocore==1.12.246
10-
certifi==2019.9.11
11-
cffi==1.12.3
12-
cfn-lint==0.24.4
13-
chardet==3.0.4
14-
coverage==4.5.4
15-
cryptography==3.2
16-
DateTime==4.3
17-
docker==4.1.0
18-
docutils==0.15.2
19-
ecdsa==0.13.3
20-
execnet==1.7.1
21-
future==0.18.0
22-
hypothesis==4.40.0
23-
idna==2.8
24-
importlib-metadata==0.23
25-
Jinja2==2.10.3
26-
jmespath==0.9.4
27-
jsondiff==1.1.2
28-
jsonpatch==1.24
29-
jsonpickle==1.2
30-
jsonpointer==2.0
31-
jsonschema==3.1.1
32-
MarkupSafe==1.1.1
33-
mock==3.0.5
34-
more-itertools==7.2.0
35-
moto==1.3.13
36-
packaging==19.2
37-
pluggy==0.13.0
38-
py==1.8.0
39-
pyasn1==0.4.7
40-
pycparser==2.19
41-
pyparsing==2.4.2
42-
pyrsistent==0.15.4
43-
pytest==5.2.1
44-
pytest-cov==2.8.1
45-
pytest-forked==1.0.2
46-
pytest-mock==1.11.1
47-
pytest-xdist==1.30.0
48-
python-dateutil==2.8.0
49-
python-jose==3.0.1
50-
pytz==2019.3
51-
PyYAML==5.1.2
52-
requests==2.22.0
53-
responses==0.10.6
54-
rsa==4.0
55-
s3transfer==0.2.1
56-
six==1.12.0
57-
sshpubkeys==3.1.0
58-
urllib3==1.25.6
59-
wcwidth==0.1.7
60-
websocket-client==0.56.0
61-
Werkzeug==0.16.0
62-
wrapt==1.11.2
63-
xmltodict==0.12.0
64-
zipp==0.6.0
65-
zope.interface==4.6.0
1+
attrs==22.1.0
2+
boto3==1.26.7
3+
botocore==1.29.7
4+
certifi==2022.9.24
5+
cffi==1.15.1
6+
charset-normalizer==2.1.1
7+
coverage==6.5.0
8+
cryptography==38.0.3
9+
exceptiongroup==1.0.1
10+
execnet==1.9.0
11+
hypothesis==6.56.4
12+
idna==3.4
13+
importlib-metadata==4.13.0
14+
iniconfig==1.1.1
15+
Jinja2==3.1.2
16+
jmespath==1.0.1
17+
MarkupSafe==2.1.1
18+
mock==4.0.3
19+
moto==3.0.2
20+
packaging==21.3
21+
pluggy==1.0.0
22+
pycparser==2.21
23+
pyparsing==3.0.9
24+
pytest==7.2.0
25+
pytest-cov==4.0.0
26+
pytest-mock==3.10.0
27+
pytest-xdist==3.0.2
28+
python-dateutil==2.8.2
29+
pytz==2022.6
30+
requests==2.28.1
31+
responses==0.22.0
32+
s3transfer==0.6.0
33+
six==1.16.0
34+
sortedcontainers==2.4.0
35+
toml==0.10.2
36+
tomli==2.0.1
37+
types-toml==0.10.8
38+
typing_extensions==4.4.0
39+
urllib3==1.26.12
40+
Werkzeug==2.2.2
41+
xmltodict==0.13.0
42+
zipp==3.10.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
docs, bandit, doc8, readme,
66
flake8{,-tests,-examples}, pylint{,-tests,-examples},
77
vulture,
8-
test-upstream-requirements-py{3}7
8+
test-upstream-requirements-py37
99

1010
# Additional environments:
1111
#

0 commit comments

Comments
 (0)