We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9582341 + 2395bc5 commit f37fc4cCopy full SHA for f37fc4c
news/10126.trivial.rst
@@ -0,0 +1 @@
1
+Use ``--color=yes`` to color pytest outputs.
setup.cfg
@@ -54,7 +54,7 @@ follow_imports = skip
54
follow_imports = skip
55
56
[tool:pytest]
57
-addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR
+addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR --color=yes
58
markers =
59
network: tests that need network
60
incompatible_with_test_venv
0 commit comments