File ignore_pip_deprec_warn.patch of Package python3.35633

From f56a8e246b24b30cf680b9635b4e96bb7fd69b5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <mcepl@cepl.eu>
Date: Wed, 3 Apr 2024 16:51:43 +0200
Subject: [PATCH] ignore deprecation warning for old version of pip

Patch: ignore_pip_deprec_warn.patch
---
 Lib/test/test_venv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Lib/test/test_venv.py b/Lib/test/test_venv.py
index 842470fef08..c9d5b80af3f 100644
--- a/Lib/test/test_venv.py
+++ b/Lib/test/test_venv.py
@@ -438,6 +438,7 @@ class EnsurePipTest(BaseTest):
                                     ' module unconditionally')
     # Issue #26610: pip/pep425tags.py requires ctypes
     @unittest.skipUnless(ctypes, 'pip requires ctypes')
+    @unittest.skip("Doesn't work with modified wheels")
     @requires_zlib
     def test_with_pip(self):
         self.do_test_with_pip(False)
-- 
2.45.0
openSUSE Build Service is sponsored by