Skip to content

Commit

Permalink
TST: pytest --strict-config (#45239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 7, 2022
1 parent ba79824 commit c0bdeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exclude = '''
[tool.pytest.ini_options]
# sync minversion with pyproject.toml & install.rst
minversion = "6.0"
addopts = "--strict-data-files --strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
xfail_strict = true
testpaths = "pandas"
doctest_optionflags = [
Expand Down

0 comments on commit c0bdeb4

Please sign in to comment.