Skip to content

Commit a149adb

Browse files
brettlangdonmajorgreys
authored andcommitted
limit aiobotocore testing to <1.0.0
1 parent 48eceac commit a149adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ envlist =
2929
{py27,py35,py36,py37,py38}-test_utils
3030
{py27,py35,py36,py37,py38}-test_logging
3131
# Integrations environments
32-
aiobotocore_contrib-{py35,py36}-aiobotocore{02,03,04,05,07,08,09,010,011,latest}
32+
aiobotocore_contrib-{py35,py36}-aiobotocore{02,03,04,05,07,08,09,010,011}
3333
# aiobotocore 0.2 and 0.4 do not work because they use async as a reserved keyword
34-
aiobotocore_contrib-py{37,38}-aiobotocore{03,05,07,08,09,010,011,latest}
34+
aiobotocore_contrib-py{37,38}-aiobotocore{03,05,07,08,09,010,011,012}
3535
# Python 3.7 needs at least aiohttp 2.3
3636
aiohttp_contrib-{py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}-yarl
3737
aiohttp_contrib-{py35,py36,py37,py38}-aiohttp23-aiohttp_jinja015-yarl10
@@ -199,7 +199,7 @@ deps =
199199
# backports
200200
py27: enum34
201201
# integrations
202-
aiobotocorelatest: aiobotocore>=0.11
202+
aiobotocore012: aiobotocore>=0.12,<1.0.0
203203
aiobotocore011: aiobotocore>=0.11,<0.12
204204
aiobotocore010: aiobotocore>=0.10,<0.11
205205
aiobotocore09: aiobotocore>=0.9,<0.10

0 commit comments

Comments
 (0)