gh-148853: /run/ on my FreeBSD install is not readable causing failing test#148854
gh-148853: /run/ on my FreeBSD install is not readable causing failing test#148854neek78 wants to merge 5 commits intopython:mainfrom
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
In in_systemd_nspawn_sync_suppressed(), we don't catch a PermissionError. This causes test invocation to fail when (for example) /run is not readable. Catch the exception in the same place that a FileNotFoundError is caught.