GHA: Force colour output of pytest

This commit is contained in:
Hugo 2020-06-22 12:42:02 +03:00
parent 7e3556e5f6
commit 519ce4b8db

View File

@ -9,5 +9,5 @@ line_length = 88
multi_line_output = 3
[tool:pytest]
addopts = -rs
addopts = -rs --color=yes
testpaths = Tests