From 64a671241e9dae3ae19853e84a3a50612dfadca0 Mon Sep 17 00:00:00 2001 From: Mariyan Dimitrov Date: Thu, 24 Aug 2023 23:52:52 +0300 Subject: [PATCH] fix(libs): Add cosl library as unit test requirement (#28) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f64afc38..20c42d06 100644 --- a/tox.ini +++ b/tox.ini @@ -72,6 +72,7 @@ commands = [testenv:unit] description = Run unit tests deps = + cosl coverage[toml] pytest -r{toxinidir}/requirements.txt