Skip to content

Commit bff6d48

Browse files
mroeschkenoatamir
authored andcommitted
CI/TST: Remove --color=yes for more consistent log output (pandas-dev#48531)
1 parent a58dcfc commit bff6d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = '''
3434
[tool.pytest.ini_options]
3535
# sync minversion with pyproject.toml & install.rst
3636
minversion = "6.0"
37-
addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml --color=yes"
37+
addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
3838
xfail_strict = true
3939
testpaths = "pandas"
4040
doctest_optionflags = [

0 commit comments

Comments
 (0)