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 459e390 commit dd6c5d1Copy full SHA for dd6c5d1
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
install:
23
- |
24
if [ "$TEST_TYPE" = build ]; then
25
- pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
+ pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django==2.9.1 mock django-filter
26
pip install django==$DJANGO_VERSION
27
pip install -e .
28
python setup.py develop
setup.py
@@ -42,7 +42,7 @@
42
tests_require=[
43
'django-filter>=0.10.0',
44
'pytest',
45
- 'pytest-django',
+ 'pytest-django==2.9.1',
46
'mock',
47
# Required for Django postgres fields testing
48
'psycopg2',
0 commit comments