From f3084063cee97d54ea4855ada916c10b5b39a7b2 Mon Sep 17 00:00:00 2001 From: MeenBna Date: Wed, 14 Aug 2024 12:36:01 +0200 Subject: [PATCH] Fixed Tox configuration to handle async tests and suppress warnings. --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 79653aa..5763dcb 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,10 @@ passenv = SETUPTOOLS_* extras = testing +deps = + pytest + pytest-cov + pytest-asyncio commands = pytest -s --cov pyprediktormapclient --cov-report term-missing