vim: update to 9.1.0969
[oi-userland.git] / components / python / gevent / patches / 02-test-threading.patch
blob56723997730870b4c2be7ba09981bd2d06231fbb
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
3 @@ -815,6 +815,7 @@
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