Skip to content

Commit 0ff11a5

Browse files
committed
Add --color=yes to test_no_images addopts
Xref #3330
1 parent 0bb2cec commit 0ff11a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ doctest: _runtest
5555
# run tests without image comparisons
5656
# run pytest without the --mpl option to disable image comparisons
5757
# use '-o addopts' to override 'addopts' settings in pyproject.toml file
58-
test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=0.2 --doctest-modules"
58+
test_no_images: PYTEST_ARGS=-o addopts="--verbose --color=yes --durations=0 --durations-min=0.2 --doctest-modules"
5959
test_no_images: _runtest
6060

6161
format:

0 commit comments

Comments
 (0)