Skip to content

Commit e456e44

Browse files
committed
Colorize pytest output
`pytest` is now explicitly told to colorize its output. This also applies to the CI tests on GitHub.
1 parent 5af5780 commit e456e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ astropy_header = true
3333
text_file_format = rst
3434
xfail_strict = true
3535
remote_data_strict = true
36-
addopts = --doctest-rst
36+
addopts = --color=yes --doctest-rst
3737
filterwarnings =
3838
error
3939
## These are temporary measures, all of these should be fixed:

0 commit comments

Comments
 (0)