From b5e5be3a27435e32732f24116c83f26a593ba827 Mon Sep 17 00:00:00 2001 From: jpic <jamespic@gmail.com> Date: Tue, 19 Apr 2016 00:45:37 +0200 Subject: [PATCH] Hardcode responsediff version 0.3.0 introduces status_code generation which causes the test to fail with FixtureCreated on travis. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92100165..94c2470a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup(name='political-memory', ], extras_require={ 'testing': [ - 'django-responsediff', + 'django-responsediff==0.2.0', 'flake8', 'pep8', 'pytest', -- GitLab