summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <m@virgule.net>2015-04-20 16:29:31 +0200
committerMathieu Pillard <m@virgule.net>2015-04-20 18:30:17 +0200
commitd370566954c9f380120ff7dcec7beeaf8df92283 (patch)
treea1cbb1e8f34e693f139f04a46e24b787004ec94c
parent7644d184ea02ad44e7d37cc643ffea6da55ac7bc (diff)
downloaddjango-compressor-fix-tests-coffin-breakage.tar.gz
Fix tests, compressor is not compatible with Coffin 2.0.0.fix-tests-coffin-breakage
-rw-r--r--requirements/tests.txt2
-rw-r--r--tox.ini6
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 775874f..1b9319a 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -6,5 +6,5 @@ jinja2
lxml
BeautifulSoup
unittest2
-coffin
+coffin<2.0.0
jingo
diff --git a/tox.ini b/tox.ini
index 78d6039..3a8ca6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ two =
BeautifulSoup
unittest2
jingo
- coffin
+ coffin<2.0.0
three =
flake8
coverage
@@ -19,7 +19,7 @@ three =
lxml
BeautifulSoup4
jingo
- coffin
+ coffin<2.0.0
three_two =
flake8
coverage
@@ -29,7 +29,7 @@ three_two =
lxml
BeautifulSoup4
jingo
- coffin
+ coffin<2.0.0
[tox]
envlist =