summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:29 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:07 +0000
commitfebad055fb6609369f1a465a5eec323549c5c065 (patch)
tree2fc0b02aa01d9440215027061729ca954b540d69 /requirements-test.txt
parent77b3c90c6db1643d62dfc4f707aca07a3108a6ff (diff)
downloadpatchwork-febad055fb6609369f1a465a5eec323549c5c065.tar
patchwork-febad055fb6609369f1a465a5eec323549c5c065.tar.gz
requirements: Test older versions of DRF
We still care about Django 1.6 and 1.7, at least until 2.0 is released. Start testing REST functionality on these versions by using older versions. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index b27055f..aa756f5 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,5 +2,3 @@ mysqlclient>=1.3,<1.4 # replace this with psycopg2 for a PostgreSQL backend
django-debug-toolbar==1.6
python-dateutil>2.0,<3.0
selenium>=3.0,<3.1
-djangorestframework>=3.5,<3.6
-drf-nested-routers>=0.11.1,<0.12