File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
3
py{27,34,35,36}
4
- py36-aiohttp3
5
- py35-aiohttp3
4
+ py36-aiohttp2
5
+ py35-aiohttp2
6
6
coverage-report
7
7
8
8
skip_missing_interpreters = True
@@ -21,38 +21,38 @@ deps =
21
21
django >= 1.10, <2.0
22
22
pynamodb
23
23
# Python3.5+ only deps
24
- py{35,36}: aiohttp >= 2.3.0,< 3.0.0
24
+ py{35,36}: aiohttp >= 3.0.0
25
25
py{35,36}: pytest-aiohttp
26
26
py{35,36}: aiobotocore
27
27
28
28
commands =
29
29
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
30
- py{35,36}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp/test_client.py
30
+ py{35,36}: coverage run --source aws_xray_sdk -m py.test tests
31
31
32
32
setenv =
33
33
DJANGO_SETTINGS_MODULE = tests.ext.django.app.settings
34
34
AWS_SECRET_ACCESS_KEY = fake_key
35
35
AWS_ACCESS_KEY_ID =fake_id
36
36
37
- [testenv:py35-aiohttp3 ]
37
+ [testenv:py35-aiohttp2 ]
38
38
deps =
39
39
pytest > 3.0.0
40
- aiohttp >= 3.0.0
40
+ aiohttp >= 2.3.0,< 3.0.0
41
41
pytest-aiohttp
42
42
coverage
43
43
44
44
commands =
45
- py{35}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp
45
+ py{35}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
46
46
47
- [testenv:py36-aiohttp3 ]
47
+ [testenv:py36-aiohttp2 ]
48
48
deps =
49
49
pytest > 3.0.0
50
- aiohttp >= 3.0.0
50
+ aiohttp >= 2.3.0,< 3.0.0
51
51
pytest-aiohttp
52
52
coverage
53
53
54
54
commands =
55
- py{36}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp
55
+ py{36}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
56
56
57
57
[testenv:coverage-report]
58
58
deps = coverage
You can’t perform that action at this time.
0 commit comments