Commit 4a7a50e3 authored by Jason Madden's avatar Jason Madden

missed comma causing implicit string concat

parent 3d5a60c1
......@@ -74,7 +74,7 @@ def get_switch_expected(fullname):
disabled_tests = [
'test_threading.ThreadTests.test_PyThreadState_SetAsyncExc'
'test_threading.ThreadTests.test_PyThreadState_SetAsyncExc',
# uses some internal C API of threads not available when threads are emulated with greenlets
'test_threading.ThreadTests.test_join_nondaemon_on_shutdown',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment