We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba79824 commit c0bdeb4Copy full SHA for c0bdeb4
pyproject.toml
@@ -34,7 +34,7 @@ exclude = '''
34
[tool.pytest.ini_options]
35
# sync minversion with pyproject.toml & install.rst
36
minversion = "6.0"
37
-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"
38
xfail_strict = true
39
testpaths = "pandas"
40
doctest_optionflags = [
0 commit comments