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