Skip to content

Commit

Permalink
fix setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 30, 2023
1 parent 1070515 commit a48d8b1
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a48d8b1

Please sign in to comment.