Dirk Mueller
ab9afc424a
* Remove alias resolving to fix queuing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=180
14 lines
438 B
Diff
14 lines
438 B
Diff
Index: distributed-2024.2.0/distributed/utils_test.py
|
|
===================================================================
|
|
--- distributed-2024.2.0.orig/distributed/utils_test.py
|
|
+++ distributed-2024.2.0/distributed/utils_test.py
|
|
@@ -1644,7 +1644,7 @@ def check_thread_leak():
|
|
yield
|
|
|
|
start = time()
|
|
- while True:
|
|
+ while False:
|
|
bad_threads = [
|
|
thread
|
|
for thread in threading.enumerate()
|