Skip to content

Commit c0bdeb4

Browse files
authored
TST: pytest --strict-config (#45239)
1 parent ba79824 commit c0bdeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = '''
3434
[tool.pytest.ini_options]
3535
# sync minversion with pyproject.toml & install.rst
3636
minversion = "6.0"
37-
addopts = "--strict-data-files --strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
37+
addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
3838
xfail_strict = true
3939
testpaths = "pandas"
4040
doctest_optionflags = [

0 commit comments

Comments
 (0)