refactor: upgrade code to Python 3.8

This commit is contained in:
jo 2022-09-09 20:21:59 +02:00 committed by Kyle Robbertze
parent 92ac838383
commit 0e1dfaa9ff
8 changed files with 13 additions and 18 deletions

View file

@ -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)