Skip to content

Commit af852a3

Browse files
committed
add py310 skips
1 parent 19b3671 commit af852a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_console/tests/test_console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from traitlets.tests.utils import check_help_all_output
1515

1616

17-
should_skip = sys.platform == "win32" or sys.version_info < (3,8)
17+
should_skip = sys.platform == "win32" or sys.version_info < (3,8) or sys.version_info[:2] == (3, 10)
1818

1919

2020
@pytest.mark.skipif(should_skip, reason="not supported")

0 commit comments

Comments
 (0)