You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lib/test/support/__init__.py, in_systemd_nspawn_sync_suppressed(), /var/systemd/container is checked for existence, and the FileNotFoundError is caught. However, on my FreeBSD install, /run is mode 700 and thus we get a PermissionError, and the ensuing exception causes test invocation to fail.
Bug report
Bug description:
In
Lib/test/support/__init__.py,in_systemd_nspawn_sync_suppressed(),/var/systemd/containeris checked for existence, and theFileNotFoundErroris caught. However, on my FreeBSD install,/runis mode 700 and thus we get aPermissionError, and the ensuing exception causes test invocation to fail.OS Version:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs