Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
python-aiohttp
test_no_warnings_fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File test_no_warnings_fix.patch of Package python-aiohttp
diff -rup aiohttp-3.10.5.orig/tests/test_circular_imports.py aiohttp-3.10.5/tests/test_circular_imports.py --- aiohttp-3.10.5.orig/tests/test_circular_imports.py 2024-08-19 15:18:15.000000000 -0400 +++ aiohttp-3.10.5/tests/test_circular_imports.py 2024-09-04 08:18:49.702469018 -0400 @@ -111,6 +111,11 @@ def test_no_warnings(import_path: str) - # `gunicorn.util`. "-W", "ignore:pkg_resources is deprecated as an API:" "DeprecationWarning", + # UserWarning about importing aiohttp from a second sys.path + # location under the abuild home directory when running tests + # under the build service + "-W", "ignore:Module aiohttp was already imported from " + "/home/abuild/rpmbuild/BUILDROOT", "-c", f"import {import_path!s}", # fmt: on )
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