We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d210dc1 commit 5fcb161Copy full SHA for 5fcb161
pyproject.toml
@@ -44,7 +44,7 @@ exclude = '''
44
[tool.pytest.ini_options]
45
# sync minversion with pyproject.toml & install.rst
46
minversion = "6.0"
47
-addopts = "--strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
+addopts = "--strict-data-files --strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
48
xfail_strict = true
49
testpaths = "pandas"
50
doctest_optionflags = [
0 commit comments