MINGW-packages/mingw-w64-python3.13/0179-tests-try-to-skip-differently.patch
2025-09-14 11:03:52 +02:00

20 lines
775 B
Diff

From 631f439a474a5ef20bc0bdf91a305589cac091db Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Sat, 13 Sep 2025 15:59:04 +0200
Subject: [PATCH 179/N] tests: try to skip differently
---
mingw_ignorefile.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
index 163ead1..30d126e 100644
--- a/mingw_ignorefile.txt
+++ b/mingw_ignorefile.txt
@@ -50,4 +50,4 @@ test.test_venv.BasicTest.test_upgrade_dependencies
test.test_venv.BasicTest.test_venvwlauncher
test.test_venv.EnsurePipTest.test_explicit_no_pip
test.test_venv.EnsurePipTest.test_no_pip_by_default
-test.test_multiprocessing_spawn.test_manager
+test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.*