Skip to content

Commit d32d721

Browse files
committed
Skip lcbc016 on 3.8
1 parent d9a9523 commit d32d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/long_callback/test_basic_long_callback016.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@pytest.mark.skipif(
10-
sys.version_info < (3, 7), reason="Python 3.6 long callbacks tests hangs up"
10+
sys.version_info < (3, 9), reason="Python 3.8 long callbacks tests hangs up"
1111
)
1212
def test_lcbc016_multi_page_cancel(dash_duo, manager):
1313
with setup_long_callback_app(manager, "app_page_cancel") as app:

0 commit comments

Comments
 (0)