Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
python3.36158
ignore_pip_deprec_warn.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ignore_pip_deprec_warn.patch of Package python3.36158
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor