File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ skip_missing_interpreters = True
10
10
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
11
11
deps =
12
12
pytest > 3.0.0
13
- coverage
13
+ coverage ==4.5.4
14
14
codecov
15
15
requests
16
16
flask >= 0.10
50
50
aiohttp >= 2.3.0,<3.0.0
51
51
pytest-aiohttp
52
52
botocore
53
- coverage
53
+ coverage ==4.5.4
54
54
55
55
commands =
56
56
py{35}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
61
61
aiohttp >= 2.3.0,<3.0.0
62
62
pytest-aiohttp
63
63
botocore
64
- coverage
64
+ coverage ==4.5.4
65
65
66
66
commands =
67
67
py{36}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
72
72
aiohttp >= 2.3.0,<3.0.0
73
73
pytest-aiohttp
74
74
botocore
75
- coverage
75
+ coverage ==4.5.4
76
76
77
77
commands =
78
78
py{37}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
83
83
aiohttp >= 3.6
84
84
pytest-aiohttp
85
85
botocore
86
- coverage
86
+ coverage ==4.5.4
87
87
88
88
commands =
89
89
py{38}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
You can’t perform that action at this time.
0 commit comments