From 25f4cc984b307188a14186dec031b608880361d7 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sun, 28 Jan 2024 14:53:09 +0100 Subject: [PATCH] There's no more python, just python3 --- tests/test_asyncio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py index 091ecd5..17b9bc5 100644 --- a/tests/test_asyncio.py +++ b/tests/test_asyncio.py @@ -11,7 +11,7 @@ class TestAsyncYateProgram(unittest.TestCase): def test_async_yate_program(self): this_dir = os.path.dirname(__file__) test_script = os.path.join(this_dir, "asyncio_min.py") - p = subprocess.Popen(["python", test_script], stdin=PIPE, stdout=PIPE, stderr=PIPE) + p = subprocess.Popen(["python3", test_script], stdin=PIPE, stdout=PIPE, stderr=PIPE) install_message = p.stdout.readline().strip() self.assertEqual(b"%%>install:100:chan.notify", install_message) p.stdin.write(b"%%