@@ -22,11 +22,6 @@ envlist =
2222 {py27,py35,py36,py37,py38,py39,py310}-profile-minreqs{,-gevent}
2323 py{27,35,36,37,38,39,310}-integration-{v5,latest,snapshot}
2424# Integrations environments
25- # Python 3.7 needs at least aiohttp 2.3
26- aiohttp_contrib-{py35,py36}-aiohttp{20,21,22}-aiohttp_jinja{012,013}-yarl-pytest3
27- aiohttp_contrib-{py35,py36,py37,py38}-aiohttp23-aiohttp_jinja015-yarl10-pytest3
28- aiohttp_contrib-{py35,py36,py37}-aiohttp{30,31,32,33,35,36}-aiohttp_jinja{015}-yarl10-pytest3
29- aiohttp_contrib-py{38,39}-aiohttp{30,31,32,33,36}-aiohttp_jinja015-yarl10-pytest3
3025 algoliasearch_contrib-py{27,35,36,37,38,39,310}-algoliasearch{1,2,}
3126 asyncio_contrib-py{35,36,37,38,39,310}
3227 bottle_contrib{,_autopatch}-py{27,35,36,37,38,39}-bottle{11,12,}-webtest
@@ -121,28 +116,9 @@ deps =
121116 py39-profile-minreqs-gevent: greenlet ==0.4.16
122117 py310-profile-minreqs-gevent: gevent ==21.8.0
123118 py310-profile-minreqs-gevent: greenlet ==1.1.0
124- # force the downgrade as a workaround
125- # https://github.com/aio-libs/aiohttp/issues/2662
126- yarl: yarl ==0.18.0
127- yarl10: yarl>=1.0,<1.1
128119# backports
129120 py27: enum34
130121# integrations
131- aiohttp_contrib: pytest-aiohttp
132- aiohttp20: aiohttp>=2.0,<2.1
133- aiohttp21: aiohttp>=2.1,<2.2
134- aiohttp22: aiohttp>=2.2,<2.3
135- aiohttp23: aiohttp>=2.3,<2.4
136- aiohttp30: aiohttp>=3.0,<3.1
137- aiohttp31: aiohttp>=3.1,<3.2
138- aiohttp32: aiohttp>=3.2,<3.3
139- aiohttp33: aiohttp>=3.3,<3.4
140- aiohttp34: aiohttp>=3.4,<3.5
141- aiohttp35: aiohttp>=3.5,<3.6
142- aiohttp36: aiohttp>=3.6,<3.7
143- aiohttp_jinja012: aiohttp_jinja2>=0.12,<0.13
144- aiohttp_jinja013: aiohttp_jinja2>=0.13,<0.14
145- aiohttp_jinja015: aiohttp_jinja2>=0.15,<0.16
146122 algoliasearch: algoliasearch
147123 algoliasearch1: algoliasearch>=1.2,<2
148124 algoliasearch2: algoliasearch>=2,<3
@@ -288,7 +264,6 @@ commands =
288264 opentracer_gevent: pytest {posargs} tests/opentracer/test_tracer_gevent.py
289265 integration-{v5,latest,snapshot}: pytest --no-cov {posargs} tests/integration/
290266# Contribs
291- aiohttp_contrib: pytest {posargs} tests/contrib/aiohttp
292267 algoliasearch_contrib: pytest {posargs} tests/contrib/algoliasearch
293268 asyncio_contrib: pytest {posargs} tests/contrib/asyncio
294269 bottle_contrib: pytest {posargs} --ignore =" tests/contrib/bottle/test_autopatch.py" tests/contrib/bottle/
0 commit comments