Skip to content

Commit b75bbeb

Browse files
committed
fixup! fixup! fixup! Test: Bind to port 0
1 parent 05f4cd7 commit b75bbeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/opsqueue_python/tests/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from curses import wrapper
2-
31
import cbor2
42
import pickle
53
from contextlib import contextmanager, ExitStack
@@ -108,7 +106,9 @@ def opsqueue_service(
108106
process.wait(timeout=1)
109107
except subprocess.TimeoutExpired as exc:
110108
process.kill()
111-
raise AssertionError("Opsqueue process locked up for more than 1 second on shutdown") from exc
109+
raise AssertionError(
110+
"Opsqueue process locked up for more than 1 second on shutdown"
111+
) from exc
112112

113113
finally:
114114
if write_fd != -1:

0 commit comments

Comments
 (0)