Skip to content

Commit 9782649

Browse files
committed
minor
1 parent 1e06c3f commit 9782649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_autodocsumm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_class(self, app, status, warning):
163163
@with_app(buildername='html', srcdir=sphinx_supp,
164164
copy_srcdir_to_tmpdir=True)
165165
@unittest.skipIf(
166-
sphinx_version[:2] < [3, 0], "Only available for sphinx>=3"
166+
sphinx_version[:2] < [3, 1], "Only available for sphinx>=3"
167167
)
168168
def test_class_order(self, app, status, warning):
169169
app.build()

0 commit comments

Comments
 (0)