Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 184e334

Browse files
committed
fix: Adapt django builds with new django-pytest release
1 parent 4b53443 commit 184e334

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tox.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ envlist =
1010
pypy
1111
flake8
1212
# contrib
13-
{py35,py36}-django-dev-fix
14-
{py35,py36}-django-{200}-fix
15-
{py27,py35}-django-111-fix
13+
{py35,py36}-django-dev
14+
{py35,py36}-django-{200}
15+
{py27,py35}-django-111
1616
{py27,py34,py35}-django-{18,19,110}
1717
{py27,py34,py35}-django-18
1818
{py27,py34}-django-17
@@ -29,7 +29,7 @@ envlist =
2929
deps =
3030
py27: gevent
3131
django-{16,17,18}: pytest-django<3.0
32-
django-{19,110,110}: pytest-django>=3.0
32+
django-{19,110,110,111,200,dev}: pytest-django>=3.0
3333
django-{18,19,110}: django-tastypie==0.14
3434
django-16: Django>=1.6,<1.7
3535
django-17: Django>=1.7,<1.8
@@ -48,10 +48,11 @@ deps =
4848
celery-4: Celery>=4.0,<4.1
4949
sanic-07: sanic>=0.7,<0.8
5050
sanic-07: aiohttp
51-
fix: git+https://github.com/pytest-dev/pytest-django.git#egg=pytest_django
51+
# fix: git+https://github.com/pytest-dev/pytest-django.git#egg=pytest_django
5252
setenv =
5353
PYTHONDONTWRITEBYTECODE=1
5454
TESTPATH=tests
55+
DJANGO_SETTINGS_MODULE=tests.contrib.django.settings
5556
django: TESTPATH=tests/contrib/django
5657
flask: TESTPATH=tests/contrib/flask
5758
sanic: TESTPATH=tests/contrib/sanic

0 commit comments

Comments
 (0)