1
0
Files
python-sphinxcontrib-autopr…/skip-failing-test.patch
Dirk Mueller 5371b0dad5 - update to 0.1.9:
* Test against Python 3.12.
  * Drop support for Python 3.7.
- drop sphinx6.patch skip-failing-test.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-autoprogram?expand=0&rev=18
2024-07-01 08:15:16 +00:00

15 lines
516 B
Diff

---
sphinxcontrib/autoprogram.py | 1 +
1 file changed, 1 insertion(+)
--- a/sphinxcontrib/autoprogram.py
+++ b/sphinxcontrib/autoprogram.py
@@ -544,6 +544,7 @@ class AutoprogramDirectiveTestCase(unitt
def tearDown(self) -> None:
sys.path[:] = self.untouched_sys_path
+ @unittest.skipIf('SKIPTESTS' in os.environ, "Skip failing test gh#sphinx-contrib/autoprogram#54")
def test_make_rst(self) -> None:
self.assertEqual(
"\n".join(self.directive.make_rst()).strip(),