diff options
| author | Mathieu Pillard <m@virgule.net> | 2015-04-20 16:29:31 +0200 |
|---|---|---|
| committer | Mathieu Pillard <m@virgule.net> | 2015-04-20 18:30:17 +0200 |
| commit | d370566954c9f380120ff7dcec7beeaf8df92283 (patch) | |
| tree | a1cbb1e8f34e693f139f04a46e24b787004ec94c | |
| parent | 7644d184ea02ad44e7d37cc643ffea6da55ac7bc (diff) | |
| download | django-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.txt | 2 | ||||
| -rw-r--r-- | tox.ini | 6 |
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 @@ -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 = |
