refactor: upgrade code to Python 3.8
This commit is contained in:
parent
92ac838383
commit
0e1dfaa9ff
8 changed files with 13 additions and 18 deletions
|
@ -67,7 +67,7 @@ def liq_conn_fixture(request, tmp_path_factory):
|
|||
("liquidsoap", "--debug", str(entrypoint)),
|
||||
stdout=PIPE,
|
||||
stderr=STDOUT,
|
||||
universal_newlines=True,
|
||||
text=True,
|
||||
) as process:
|
||||
if request.param == "telnet":
|
||||
sleep(2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue