@@ -29,13 +29,9 @@ deps =
29
29
py{27}: enum34
30
30
31
31
# Python3.5+ only deps
32
- py{35,36,37,38}: aiohttp >= 3.3.1
32
+ py{35,36,37,38}: aiohttp >= 3.0.0
33
33
py{35,36,37,38}: pytest-aiohttp
34
- py{35,36,37,38}: botocore >= 1.15.3,<1.15.16
35
- # aiobotocore 0.12.0 is not available for python 3.5
36
- py{35}: aiobotocore >= 0.10.0
37
- # bumping aiobotocore version due to breaking changes to our tests.
38
- py{36,37,38}: aiobotocore >= 0.12.0
34
+ py{35,36,37,38}: aiobotocore >= 0.10.0
39
35
40
36
commands =
41
37
py{27,34}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp --ignore tests/ext/aiobotocore --ignore tests/test_async_local_storage.py --ignore tests/test_async_recorder.py
53
49
pytest > 3.0.0
54
50
aiohttp >= 2.3.0,<3.0.0
55
51
pytest-aiohttp
56
- botocore >= 1.15.3,<1.15.16
52
+ botocore
57
53
coverage ==4.5.4
58
54
59
55
commands =
64
60
pytest > 3.0.0
65
61
aiohttp >= 2.3.0,<3.0.0
66
62
pytest-aiohttp
67
- botocore >= 1.15.3,<1.15.16
63
+ botocore
68
64
coverage ==4.5.4
69
65
70
66
commands =
75
71
pytest > 3.0.0
76
72
aiohttp >= 2.3.0,<3.0.0
77
73
pytest-aiohttp
78
- botocore >= 1.15.3,<1.15.16
74
+ botocore
79
75
coverage ==4.5.4
80
76
81
77
commands =
86
82
pytest > 5.2.0
87
83
aiohttp >= 3.6
88
84
pytest-aiohttp
89
- botocore >= 1.15.3,<1.15.16
85
+ botocore
90
86
coverage ==4.5.4
91
87
92
88
commands =
@@ -102,4 +98,4 @@ commands =
102
98
103
99
[flake8]
104
100
max-line-length =120
105
- exclude =tests
101
+ exclude =tests
0 commit comments