From a48d8b11e06a8d4199c0d43fba12ebc3f1dcf95a Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Thu, 30 Nov 2023 15:42:39 +0100 Subject: [PATCH] fix setup.cfg --- setup.cfg | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0373bac..af0482b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,12 +23,12 @@ search = "version": "{current_version}", replace = "version": "{new_version}", [tool:pytest] -addopts = +addopts = + --color=yes --strict --tb=native - tests/ python_files = test_*.py -markers = +markers = online: mark test to need internet connection slow: mark test to be slow flaky: mark test to be flaky @@ -48,13 +48,3 @@ exclude = [aliases] # Define setup.py command aliases here test = pytest - -[tool:pytest] -addopts = - --strict-markers - --tb=native - tests/ -python_files = test_*.py -markers = - online: mark test to need internet connection - slow: mark test to be slow