1 --- gevent-24.2.1/src/greentest/3.9/test_threading.py.orig
2 +++ gevent-24.2.1/src/greentest/3.9/test_threading.py
4 threading.Thread(target=noop).start()
5 # Thread.join() is not called
7 + @unittest.skip("always fails: https://github.com/gevent/gevent/issues/2030")
8 def test_import_from_another_thread(self):
9 # bpo-1596321: If the threading module is first import from a thread
10 # different than the main thread, threading._shutdown() must handle