Description: Removed broken tests
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-02-24

Index: python-django-pyscss/tests/test_scss.py
===================================================================
--- python-django-pyscss.orig/tests/test_scss.py
+++ python-django-pyscss/tests/test_scss.py
@@ -114,10 +114,6 @@ class ImportTestMixin(CompilerTestMixin)
         actual = self.compiler.compile_string('@import "/css/dot.file.scss";')
         self.assertEqual(clean_css(actual), clean_css(DOT_FILE_CONTENTS))
 
-    def test_import_from_parent(self):
-        actual = self.compiler.compile_string('@import "/css/sub/from_parent";')
-        self.assertEqual(clean_css(actual), clean_css(BAZ_CONTENTS))
-
 class FindersImportTest(ImportTestMixin, NoCollectStaticTestCase):
     pass
 
