Skip to content

Commit 5fcb161

Browse files
committed
add addopts
1 parent d210dc1 commit 5fcb161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exclude = '''
4444
[tool.pytest.ini_options]
4545
# sync minversion with pyproject.toml & install.rst
4646
minversion = "6.0"
47-
addopts = "--strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
47+
addopts = "--strict-data-files --strict-markers --capture=no --durations=30 --junitxml=test-data.xml"
4848
xfail_strict = true
4949
testpaths = "pandas"
5050
doctest_optionflags = [

0 commit comments

Comments
 (0)