* add libb2 as dep * remove "-Wl,--large-address-aware", default now via makepkg * remove 2to3 logic, no longer in Python
19 lines
674 B
Diff
19 lines
674 B
Diff
From 5071b93f04b5a7e7aa1899ce637d5cba7d90a6f9 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Pavlov <alexpux@gmail.com>
|
|
Date: Sat, 6 Sep 2025 11:43:56 +0300
|
|
Subject: [PATCH 176/N] Add test that fail time to time
|
|
|
|
---
|
|
mingw_ignorefile.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
|
|
index 1a663af..163ead1 100644
|
|
--- a/mingw_ignorefile.txt
|
|
+++ b/mingw_ignorefile.txt
|
|
@@ -50,3 +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
|