We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9582341 commit 2395bc5Copy full SHA for 2395bc5
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