File: 0010-Do-not-force-pytest-colored-output.patch

package info (click to toggle)
scikit-learn 1.7.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,752 kB
  • sloc: python: 219,120; cpp: 5,790; ansic: 846; makefile: 191; javascript: 110
file content (20 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Mon, 13 Oct 2025 11:58:28 +0200
Subject: Do not force pytest colored output

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f7cf10f..3117c1f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -108,7 +108,6 @@ doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
 testpaths = "sklearn"
 addopts = [
     "--disable-pytest-warnings",
-    "--color=yes",
     "--import-mode=importlib",
 ]