mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #13304: Skip test case if user site-packages disabled (-s or
PYTHONNOUSERSITE). (Patch by Carl Meyer)
This commit is contained in:
parent
ce260142c6
commit
316f573d9c
3 changed files with 7 additions and 1 deletions
|
|
@ -601,6 +601,7 @@ Lucas Prado Melo
|
|||
Ezio Melotti
|
||||
Brian Merrell
|
||||
Luke Mewburn
|
||||
Carl Meyer
|
||||
Mike Meyer
|
||||
Steven Miale
|
||||
Trent Mick
|
||||
|
|
|
|||
|
|
@ -187,6 +187,9 @@ Library
|
|||
Tests
|
||||
-----
|
||||
|
||||
- Issue #13304: Skip test case if user site-packages disabled (-s or
|
||||
PYTHONNOUSERSITE). (Patch by Carl Meyer)
|
||||
|
||||
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
||||
|
||||
- Issue #12821: Fix test_fcntl failures on OpenBSD 5.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue