summaryrefslogtreecommitdiff
path: root/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch
blob: ba03612f7aeb9ac72a08d3ca238a9bf1419701d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
index 38f2d97..8d1ae36 100644
--- a/coloredlogs/tests.py
+++ b/coloredlogs/tests.py
@@ -503,12 +503,6 @@ class ColoredLogsTestCase(TestCase):
         for name in 'debug', 'info', 'warning', 'error', 'critical':
             assert name.upper() in output
 
-    def test_cli_conversion(self):
-        """Test the command line HTML conversion."""
-        output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', capture=True)
-        # Make sure the output is encoded as HTML.
-        assert '<span' in output
-
     def test_empty_conversion(self):
         """
         Test that conversion of empty output produces no HTML.