mirror of https://github.com/mamba-org/mamba.git
Enable pytest color output (#2759)
This commit is contained in:
parent
9438ac77d2
commit
0a8fc2e541
|
@ -8,3 +8,4 @@ requires = [
|
|||
[tool.pytest.ini_options]
|
||||
minversion = "6.0"
|
||||
tmp_path_retention_policy = "failed"
|
||||
addopts = "--color=yes"
|
||||
|
|
Loading…
Reference in New Issue