We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298dac3 commit 82c39f0Copy full SHA for 82c39f0
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"
+addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml --color=yes"
38
xfail_strict = true
39
testpaths = "pandas"
40
doctest_optionflags = [
0 commit comments