Skip to content

Commit 4689220

Browse files
authored
Merge pull request #197 from chanchiem/coverage_downgrade
Downgrade Coverage to 4.5.4
2 parents f9a4d00 + f67eb32 commit 4689220

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skip_missing_interpreters = True
1010
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
1111
deps =
1212
pytest > 3.0.0
13-
coverage
13+
coverage==4.5.4
1414
codecov
1515
requests
1616
flask >= 0.10
@@ -50,7 +50,7 @@ deps =
5050
aiohttp >= 2.3.0,<3.0.0
5151
pytest-aiohttp
5252
botocore
53-
coverage
53+
coverage==4.5.4
5454

5555
commands =
5656
py{35}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
@@ -61,7 +61,7 @@ deps =
6161
aiohttp >= 2.3.0,<3.0.0
6262
pytest-aiohttp
6363
botocore
64-
coverage
64+
coverage==4.5.4
6565

6666
commands =
6767
py{36}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
@@ -72,7 +72,7 @@ deps =
7272
aiohttp >= 2.3.0,<3.0.0
7373
pytest-aiohttp
7474
botocore
75-
coverage
75+
coverage==4.5.4
7676

7777
commands =
7878
py{37}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py
@@ -83,7 +83,7 @@ deps =
8383
aiohttp >= 3.6
8484
pytest-aiohttp
8585
botocore
86-
coverage
86+
coverage==4.5.4
8787

8888
commands =
8989
py{38}: coverage run --source aws_xray_sdk -m py.test tests/ext/aiohttp --ignore tests/ext/aiohttp/test_client.py

0 commit comments

Comments
 (0)