@@ -60,7 +60,8 @@ envlist =
6060 python-component_djangorestframework-py27-djangorestframework0300,
6161 python-component_djangorestframework-{py36,py37,py38,py39,py310}-djangorestframeworklatest,
6262 python-component_flask_rest-{py27,py36,py37,py38,py39,pypy,pypy3},
63- python-component_tastypie-{py27,py36,py37,py38,py39,pypy,pypy3},
63+ python-component_tastypie-{py27,pypy}-tastypie0143,
64+ python-component_tastypie-{py36,py37,py38,py39,pypy3}-tastypie{0143,latest},
6465 python-coroutines_asyncio-{py36,py37,py38,py39,py310,pypy3},
6566 python-cross_agent-{py27,py36,py37,py38,py39,py310}-{with,without}_extensions,
6667 python-cross_agent-pypy-without_extensions,
@@ -107,9 +108,7 @@ envlist =
107108 python-framework_cherrypy-pypy3-CherryPy0303,
108109 python-framework_django-{pypy,py27}-Django0103,
109110 python-framework_django-{pypy,py27,py37}-Django0108,
110- ; temporarily disabling Django latest tests until v4 support is added to agent
111- ; python-framework_django-{py39}-Django{0200,0201,0202,0300,0301,latest},
112- python-framework_django-{py39}-Django{0200,0201,0202,0300,0301},
111+ python-framework_django-{py39}-Django{0200,0201,0202,0300,0301,latest},
113112 python-framework_django-{py36,py37,py38,py39,py310}-Django0302,
114113 python-framework_falcon-{py27,py36,py37,py38,py39,pypy,pypy3}-falcon0103,
115114 python-framework_falcon-{py36,py37,py38,py39,py310,pypy3}-falcon{0200,master},
@@ -181,8 +180,11 @@ deps =
181180 component_flask_rest: flask-restful
182181 component_flask_rest: flask-restplus
183182 component_flask_rest: flask-restx
184- component_tastypie: django-tastypie<0.15
185- component_tastypie: django<1.12
183+ component_tastypie-tastypie0143: django-tastypie<0.14.4
184+ component_tastypie-{py27,pypy}-tastypie0143: django<1.12
185+ component_tastypie-{py36,py37,py38,py39,pypy3}-tastypie0143: django<3.0.1
186+ component_tastypie-tastypielatest: django-tastypie
187+ component_tastypie-tastypielatest: django
186188 coroutines_asyncio: uvloop
187189 cross_agent: mock ==1.0.1
188190 cross_agent: requests
0 commit comments