[Python-modules-commits] [django-pipeline] 01/11: Remove slimit test
Brian May
bam at moszumanska.debian.org
Wed Mar 23 22:54:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository django-pipeline.
commit ab939863f0d121e4571884fbc0163a240222266a
Author: Brian May <bam at debian.org>
Date: Thu Mar 24 09:03:33 2016 +1100
Remove slimit test
slimit is not Python 3 compatible and not maintained upstream
any more. Use jsmin instead.
---
tests/tests/test_compressor.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tests/tests/test_compressor.py b/tests/tests/test_compressor.py
index 4291b51..bd75504 100644
--- a/tests/tests/test_compressor.py
+++ b/tests/tests/test_compressor.py
@@ -225,10 +225,6 @@ class CompressorImplementationTest(TestCase):
self._test_compressor('pipeline.compressors.jsmin.JSMinCompressor',
'js', 'pipeline/compressors/jsmin.js')
- def test_slimit(self):
- self._test_compressor('pipeline.compressors.slimit.SlimItCompressor',
- 'js', 'pipeline/compressors/slimit.js')
-
@skipUnless(settings.HAS_NODE, "requires node")
def test_uglifyjs(self):
self._test_compressor('pipeline.compressors.uglifyjs.UglifyJSCompressor',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-pipeline.git
More information about the Python-modules-commits
mailing list