forked from pool/python-sphinxcontrib-autoprogram
15 lines
516 B
Diff
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(),
|