From 88a19aefaa8a3f73b98b218df8ea1e31120e3b35 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Aug 2026 18:10:22 +0900 Subject: internal/rosa/package/python: 3.14.7 to 3.15.0 This has been blocking OpenSSL for months. This currently sits on a release candidate. Signed-off-by: Ophestra --- .../rosa/package/python/wheel-test-colour.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 internal/rosa/package/python/wheel-test-colour.patch (limited to 'internal/rosa/package/python/wheel-test-colour.patch') diff --git a/internal/rosa/package/python/wheel-test-colour.patch b/internal/rosa/package/python/wheel-test-colour.patch new file mode 100644 index 00000000..db399fdc --- /dev/null +++ b/internal/rosa/package/python/wheel-test-colour.patch @@ -0,0 +1,21 @@ +diff --git a/tests/commands/util.py b/tests/commands/util.py +index 5d139d9..d18d103 100644 +--- a/tests/commands/util.py ++++ b/tests/commands/util.py +@@ -2,7 +2,7 @@ from __future__ import annotations + + import sys + from io import StringIO +-from os import PathLike ++from os import PathLike, environ + from subprocess import CalledProcessError + from unittest.mock import patch + +@@ -10,6 +10,7 @@ import pytest + + from wheel._commands import main + ++environ["NO_COLOR"] = "1" + + def run_command( + command: str, *args: str | PathLike, catch_systemexit: bool = True -- cgit v1.3.1