[Python-modules-commits] [django-pipeline] 02/06: Remove slimit test

Brian May bam at moszumanska.debian.org
Wed Apr 6 02:59: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 e0ea5919780c975e959e0754d186a2c58096515a
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