We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd061c commit fb7703dCopy full SHA for fb7703d
1 file changed
upath/tests/implementations/test_github.py
@@ -37,6 +37,7 @@ def wrapper(self, *args, **kwargs):
37
elif (
38
"nodename nor servname provided, or not known" in str_e
39
or "Network is unreachable" in str_e
40
+ or "NameResolutionError" in str_e
41
):
42
pytest.xfail("No internet connection")
43
else:
0 commit comments