From 628fdd0dc215adf16e2e2097375548f5e535ea10 Mon Sep 17 00:00:00 2001 From: Douglas Cardoso Date: Thu, 10 Aug 2023 00:42:53 -0300 Subject: [PATCH] fix requiremens and test max concurrecy --- pytest.ini | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index a64c368..11cd822 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -max_asyncio_tasks = 5 \ No newline at end of file +max_asyncio_tasks = 3 \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 93055c7..2750991 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest -pytest-asyncio +pytest-asyncio-cooperative selenium coverage tox \ No newline at end of file