Skip to content

Commit 4012b7c

Browse files
committed
try to skip min test
1 parent 338dd19 commit 4012b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_multikernelmanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def record_activity(msg_list):
270270
km.shutdown_kernel(now=True)
271271

272272

273+
@pytest.mark.skipif(sys.version_info < (3, 10), reason="issue on 3.9")
273274
class TestAsyncKernelManager(AsyncTestCase):
274275
# static so picklable for multiprocessing on Windows
275276
@staticmethod

0 commit comments

Comments
 (0)