mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
11 lines
359 B
Diff
11 lines
359 B
Diff
--- ./tests/conftest.py.orig
|
|
+++ ./tests/conftest.py
|
|
@@ -60,7 +60,7 @@
|
|
log.debug("shutting server down")
|
|
server.shutdown()
|
|
worker.join(1)
|
|
- if worker.isAlive():
|
|
+ if worker.is_alive():
|
|
log.warning('worker is hanged')
|
|
else:
|
|
log.debug("server stopped")
|