File skip_if_buildbot-extend.patch of Package python311.41779

---
 Lib/test/support/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: Python-3.11.14/Lib/test/support/__init__.py
===================================================================
--- Python-3.11.14.orig/Lib/test/support/__init__.py	2025-11-15 19:14:54.049952478 +0100
+++ Python-3.11.14/Lib/test/support/__init__.py	2025-11-15 19:15:08.449938538 +0100
@@ -394,7 +394,7 @@
     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
openSUSE Build Service is sponsored by