Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
python311
skip_if_buildbot-extend.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip_if_buildbot-extend.patch of Package python311
--- Lib/test/support/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -384,7 +384,7 @@ def skip_if_buildbot(reason=None): if not reason: reason = 'not suitable for buildbots' try: - isbuildbot = getpass.getuser().lower() == 'buildbot' + isbuildbot = getpass.getuser().lower() in ['buildbot', 'abuild'] except (KeyError, EnvironmentError) as err: warnings.warn(f'getpass.getuser() failed {err}.', RuntimeWarning) isbuildbot = False
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