Skip to content

Commit

Permalink
Add pytest color to CI (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Aug 27, 2021
1 parent f11a90c commit da2bccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tag_prefix =
parentdir_prefix = distributed-

[tool:pytest]
addopts = -v -rsxfE --durations=20
addopts = -v -rsxfE --durations=20 --color=yes
filterwarnings =
error:Since distributed.*:PendingDeprecationWarning
minversion = 4
Expand Down

0 comments on commit da2bccc

Please sign in to comment.