Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python
python-zeep
xfail-network-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor