From ed328ec7bc6ed10ea600a76bfd45ebeef1b4ce49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 16 Oct 2024 10:15:59 +0200
Subject: [PATCH] MAINT: revert unwanted change

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 043e5210..592c660c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,6 @@ max-line-length=100
 [pytest]
 testpaths = unittests
 xfail_strict = True
-#addopts = -x -vv --cov=caosdb
+addopts = -x -vv --cov=caosdb
 pythonpath = src
 
-- 
GitLab