Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
aiobotocore: pin to <1.0 (DataDog#1330)
Browse files Browse the repository at this point in the history
* aiobotocore: pin to <1.0

* aiobotocore: don't test 0.12 with Python 3.5
  • Loading branch information
Kyle-Verhoog authored and Alex Boten committed Aug 17, 2020
1 parent acc3002 commit 7b81cf3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ envlist =
{py27,py34,py35,py36,py37,py38}-test_utils
{py27,py34,py35,py36,py37,py38}-test_logging
# Integrations environments
aiobotocore_contrib-py34-aiobotocore{02,03,04}
aiobotocore_contrib-{py35,py36}-aiobotocore{02,03,04,05,07,08,09,010,011,latest}
# aiobotocore dropped Python 3.5 support in 0.12
aiobotocore_contrib-{py35}-aiobotocore{02,03,04,05,07,08,09,010,011}
aiobotocore_contrib-{py36}-aiobotocore{02,03,04,05,07,08,09,010,011,012}
# aiobotocore 0.2 and 0.4 do not work because they use async as a reserved keyword
aiobotocore_contrib-py{37,38}-aiobotocore{03,05,07,08,09,010,011,latest}
aiobotocore_contrib-py{37,38}-aiobotocore{03,05,07,08,09,010,011,012}
# Python 3.7 needs at least aiohttp 2.3
aiohttp_contrib-{py34,py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}-yarl
aiohttp_contrib-{py34,py35,py36,py37,py38}-aiohttp23-aiohttp_jinja015-yarl10
Expand Down Expand Up @@ -195,7 +196,8 @@ deps =
# backports
py27: enum34
# integrations
aiobotocorelatest: aiobotocore>=0.11
# aiobotocore: aiobotocore>=1.0 not yet supported
aiobotocore012: aiobotocore>=0.12,<0.13
aiobotocore011: aiobotocore>=0.11,<0.12
aiobotocore010: aiobotocore>=0.10,<0.11
aiobotocore09: aiobotocore>=0.9,<0.10
Expand Down

0 comments on commit 7b81cf3

Please sign in to comment.