Commit 23f32416 authored by Jason Madden's avatar Jason Madden

Running it on its own does no good, just makes it take longer.

parent 96d49c9c
# Very rudimentary test of threading module # Very rudimentary test of threading module
print("GEVENT: Begin import")
import test.test_support import test.test_support
from test.test_support import verbose, cpython_only from test.test_support import verbose, cpython_only
from test.script_helper import assert_python_ok from test.script_helper import assert_python_ok
...@@ -941,4 +941,5 @@ def test_main(): ...@@ -941,4 +941,5 @@ def test_main():
) )
if __name__ == "__main__": if __name__ == "__main__":
print("GEVENT: Begin main")
test_main() test_main()
...@@ -31,7 +31,6 @@ if RUNNING_ON_CI: ...@@ -31,7 +31,6 @@ if RUNNING_ON_CI:
RUN_ALONE = [ RUN_ALONE = [
'test__threadpool.py', 'test__threadpool.py',
'test__examples.py', 'test__examples.py',
'test_threading.py',
] ]
# tests that can't be run when coverage is enabled # tests that can't be run when coverage is enabled
......
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