From 8befdf5cfe5ec2bdbde648551fb21b70dc75be54 Mon Sep 17 00:00:00 2001 From: Br4guette Date: Fri, 28 Jun 2024 01:39:12 +0200 Subject: [PATCH] fix: tox errors in tests bcz too long --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8951b44..6a807b6 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,6 @@ setenv = PYTHONPATH = {toxinidir} PYTHONWARNINGS = ignore commands = - pytest + pytest -s tests/test_core_base.py + pytest -s tests/test_core_rendering.py +