Skip to content

Commit

Permalink
CI/TST: Remove --color=yes for more consistent log output (#48531)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Sep 14, 2022
1 parent 2b2720a commit 2360317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exclude = '''
[tool.pytest.ini_options]
# sync minversion with pyproject.toml & install.rst
minversion = "6.0"
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"
xfail_strict = true
testpaths = "pandas"
doctest_optionflags = [
Expand Down

0 comments on commit 2360317

Please sign in to comment.