From 361ee440aa1d86dc8a457f913df95653b07a29f2 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 16 Dec 2024 00:20:26 +0200 Subject: [PATCH] test: adding `pytest-asyncio` plugin to tests requirements file --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 394a2ea..52f672c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,5 +4,6 @@ playwright camoufox werkzeug<3.0.0 pytest-httpbin==2.1.0 +pytest-asyncio httpbin~=0.10.0 pytest-xdist