Skip to content

Commit 783fc3a

Browse files
committed
Skip pip test that's broken nowadays
1 parent 372c9f7 commit 783fc3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_venv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ def do_test_with_pip(self, system_site_packages):
497497
if not system_site_packages:
498498
self.assert_pip_not_installed()
499499

500+
@unittest.skip('modern ensurepip packages do not support 3.8')
500501
# Issue #26610: pip/pep425tags.py requires ctypes
501502
@unittest.skipUnless(ctypes, 'pip requires ctypes')
502503
@requires_zlib

0 commit comments

Comments
 (0)