Skip to content

Commit

Permalink
Add --color=yes to test_no_images addopts
Browse files Browse the repository at this point in the history
Xref #3330
  • Loading branch information
weiji14 committed Nov 21, 2024
1 parent 4139f4e commit 1263075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ doctest: _runtest
# run tests without image comparisons
# run pytest without the --mpl option to disable image comparisons
# use '-o addopts' to override 'addopts' settings in pyproject.toml file
test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=0.2 --doctest-modules"
test_no_images: PYTEST_ARGS=-o addopts="--verbose --color=yes --durations=0 --durations-min=0.2 --doctest-modules"
test_no_images: _runtest

format:
Expand Down

0 comments on commit 1263075

Please sign in to comment.