forked from pool/python-zeep
14 lines
477 B
Diff
14 lines
477 B
Diff
|
|
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)
|
||
|
|
|