* add libb2 as dep * remove "-Wl,--large-address-aware", default now via makepkg * remove 2to3 logic, no longer in Python
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From 2b56a4b558aa1623e77766ab7ef162f4a11f4085 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Pavlov <alexpux@gmail.com>
|
|
Date: Fri, 5 Sep 2025 18:17:25 +0300
|
|
Subject: [PATCH 171/N] Add more broken tests
|
|
|
|
---
|
|
mingw_ignorefile.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
|
|
index 56bf3fd..1a663af 100644
|
|
--- a/mingw_ignorefile.txt
|
|
+++ b/mingw_ignorefile.txt
|
|
@@ -40,10 +40,12 @@ test.test_venv.BasicTest.test_multiprocessing
|
|
test.test_venv.BasicTest.test_multiprocessing_recursion
|
|
test.test_venv.BasicTest.test_prefixes
|
|
test.test_venv.BasicTest.test_special_chars_windows
|
|
+test.test_venv.BasicTest.test_symlinking
|
|
test.test_venv.BasicTest.test_sysconfig
|
|
test.test_venv.BasicTest.test_sysconfig_symlinks
|
|
test.test_venv.BasicTest.test_unicode_in_batch_file
|
|
test.test_venv.BasicTest.test_unoverwritable_fails
|
|
+test.test_venv.BasicTest.test_upgrade
|
|
test.test_venv.BasicTest.test_upgrade_dependencies
|
|
test.test_venv.BasicTest.test_venvwlauncher
|
|
test.test_venv.EnsurePipTest.test_explicit_no_pip
|