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.
1 parent 974466f commit 7aa119fCopy full SHA for 7aa119f
1 file changed
lib/matplotlib/tests/test_sphinxext.py
@@ -10,7 +10,8 @@
10
import pytest
11
12
13
-pytest.importorskip('sphinx')
+pytest.importorskip('sphinx',
14
+ minversion=None if sys.version_info < (3, 10) else '4.1.3')
15
16
17
def test_tinypages(tmpdir):
0 commit comments