Skip to content

Commit 31f4e70

Browse files
committed
Reverting tox.ini since we don't need any dependency change after fixing the tests
1 parent 454c0d2 commit 31f4e70

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

tox.ini

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ deps =
2929
py{27}: enum34
3030

3131
# Python3.5+ only deps
32-
py{35,36,37,38}: aiohttp >= 3.3.1
32+
py{35,36,37,38}: aiohttp >= 3.0.0
3333
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
3935

4036
commands =
4137
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,7 +49,7 @@ deps =
5349
pytest > 3.0.0
5450
aiohttp >= 2.3.0,<3.0.0
5551
pytest-aiohttp
56-
botocore >= 1.15.3,<1.15.16
52+
botocore
5753
coverage==4.5.4
5854

5955
commands =
@@ -64,7 +60,7 @@ deps =
6460
pytest > 3.0.0
6561
aiohttp >= 2.3.0,<3.0.0
6662
pytest-aiohttp
67-
botocore >= 1.15.3,<1.15.16
63+
botocore
6864
coverage==4.5.4
6965

7066
commands =
@@ -75,7 +71,7 @@ deps =
7571
pytest > 3.0.0
7672
aiohttp >= 2.3.0,<3.0.0
7773
pytest-aiohttp
78-
botocore >= 1.15.3,<1.15.16
74+
botocore
7975
coverage==4.5.4
8076

8177
commands =
@@ -86,7 +82,7 @@ deps =
8682
pytest > 5.2.0
8783
aiohttp >= 3.6
8884
pytest-aiohttp
89-
botocore >= 1.15.3,<1.15.16
85+
botocore
9086
coverage==4.5.4
9187

9288
commands =
@@ -102,4 +98,4 @@ commands =
10298

10399
[flake8]
104100
max-line-length=120
105-
exclude=tests
101+
exclude=tests

0 commit comments

Comments
 (0)