summaryrefslogtreecommitdiff
path: root/dev-python/pbr/files/pbr-5.11.1-sphinx-tests.patch
blob: 0cdb1fe48ec340e9aac79e68e41104b73cc81c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff --git a/pbr/tests/test_core.py b/pbr/tests/test_core.py
index edb7c7b..1730c4f 100644
--- a/pbr/tests/test_core.py
+++ b/pbr/tests/test_core.py
@@ -78,6 +78,7 @@ class TestCore(base.BaseTestCase):
         assert stdout == 'packaging, distutils, setuptools'
 
     def test_setup_py_build_sphinx(self):
+        self.skipTest("broken with sphinx-7, obsolete")
         stdout, _, return_code = self.run_setup('build_sphinx')
         self.assertEqual(0, return_code)
 
diff --git a/pbr/tests/test_setup.py b/pbr/tests/test_setup.py
index 4307708..ea5bd3d 100644
--- a/pbr/tests/test_setup.py
+++ b/pbr/tests/test_setup.py
@@ -231,6 +231,7 @@ class BaseSphinxTest(base.BaseTestCase):
 
     def setUp(self):
         super(BaseSphinxTest, self).setUp()
+        self.skipTest("broken with sphinx-7, obsolete")
 
         # setup_command requires the Sphinx instance to have some
         # attributes that aren't set normally with the way we use the
@@ -379,6 +380,7 @@ class APIAutoDocTest(base.BaseTestCase):
 
     def setUp(self):
         super(APIAutoDocTest, self).setUp()
+        self.skipTest("broken with sphinx-7, obsolete")
 
         # setup_command requires the Sphinx instance to have some
         # attributes that aren't set normally with the way we use the