From 174a87a421449b6c79c73ed74f184906b7cf0481 Mon Sep 17 00:00:00 2001
From: Marcus <marcus@hardt-it.de>
Date: Tue, 15 Feb 2022 16:44:43 +0100
Subject: [PATCH] disable addopts for a moment

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

diff --git a/pytest.ini b/pytest.ini
index 8a4e7ae..ac35d19 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,4 +2,4 @@
 log_cli = false
 log_level = DEBUG
 python_files = tests.py tests/**
-addopts = --cov=ldf_adapter --cov-report term:skip-covered --cov-report html:cov_html --show-capture=log
+;addopts = --cov=ldf_adapter --cov-report term:skip-covered --cov-report html:cov_html --show-capture=log
-- 
GitLab