From a6ea757d2fc039ada4a6f32ad4c47ba8eb854703 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Mon, 29 Dec 2025 10:27:35 +0100 Subject: [PATCH] tests: xfail on name resolution error in github suite --- upath/tests/implementations/test_github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upath/tests/implementations/test_github.py b/upath/tests/implementations/test_github.py index c0120232..5fda42ff 100644 --- a/upath/tests/implementations/test_github.py +++ b/upath/tests/implementations/test_github.py @@ -37,6 +37,7 @@ def wrapper(self, *args, **kwargs): elif ( "nodename nor servname provided, or not known" in str_e or "Network is unreachable" in str_e + or "NameResolutionError" in str_e ): pytest.xfail("No internet connection") else: