summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-01-13 17:32:32 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2016-01-13 17:32:32 +0100
commitfb0b53a66fa16f9b6ebe0c302e4d639f0c9e4fed (patch)
treee591cb53aaaccfc9992b8a3cb76f838a079f2eeb /setup.py
parent206f233ef9c1a30dd56da97f3da4dd6d8a2a7f07 (diff)
downloadraven-feature/no-six.tar.gz
Make tests work with newer Djangofeature/no-six
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9c254bf..230df4d 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ tests_require = [
'pep8',
'pytz',
'pytest',
- 'pytest-django>=2.7.0,<2.8.0',
+ 'pytest-django==2.9.1',
'pytest-timeout==0.4',
'requests',
'tornado',