We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2e1d5 commit f3e0b05Copy full SHA for f3e0b05
conftest.py renamed to readthedocs/conftest.py
@@ -1,4 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
import pytest
3
from django.conf import settings
4
from rest_framework.test import APIClient
requirements/testing.txt
@@ -2,14 +2,9 @@
-r local-docs-build.txt
django-dynamic-fixture==2.0.0
5
-# pytest 4.2 is incompatible with pytest-django 3.4.6
6
-pytest==4.1.1 # pyup: <4.2
7
-# pytest-django 3.4.7 break our tests from corporate site
8
-# probably a bug related to overriding django settings in
9
-# previous tests
10
-pytest-django==3.4.6 # pyup: <3.4.7
11
-# pytest-xdist >1.27 requires pytest >4.1
12
-pytest-xdist==1.27.0 # pyup: ignore
+pytest==5.2.0 # pyup: <4.2
+pytest-django==3.5.1 # pyup: <3.4.7
+pytest-xdist==1.30.0 # pyup: ignore
13
pytest-cov==2.7.1
14
apipkg==1.5
15
execnet==1.7.1
0 commit comments