File xfail-network-tests.patch of Package python-zeep
Index: zeep-4.2.1/tests/conftest.py =================================================================== --- zeep-4.2.1.orig/tests/conftest.py +++ zeep-4.2.1/tests/conftest.py @@ -11,7 +11,7 @@ def no_requests(request, monkeypatch): return def func(*args, **kwargs): - pytest.fail("External connections not allowed during tests.") + pytest.xfail("External connections not allowed during tests.") monkeypatch.setattr("socket.socket", func)