We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58dcfc commit bff6d48Copy full SHA for bff6d48
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 --strict-config --capture=no --durations=30 --junitxml=test-data.xml --color=yes"
+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