Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01871e4 commit 5417f2dCopy full SHA for 5417f2d
1 file changed
lib/matplotlib/sphinxext/tests/test_tinypages.py
@@ -22,8 +22,7 @@ def setup_module():
22
ret = call([sys.executable, '-msphinx', '--help'],
23
stdout=PIPE, stderr=PIPE)
24
if ret != 0:
25
- raise RuntimeError(
26
- "'{} -msphinx' does not return 0".format(sys.executable))
+ pytest.skip("'{} -msphinx' does not return 0".format(sys.executable))
27
28
29
@cbook.deprecated("2.1", alternative="filecmp.cmp")
0 commit comments