Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
python-yarl.28458
fix_test_failure_after_cve_2023_24329.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_test_failure_after_cve_2023_24329.patch of Package python-yarl.28458
--- tests/test_url_parsing.py | 3 +++ 1 file changed, 3 insertions(+) Index: yarl-1.3.0/tests/test_url_parsing.py =================================================================== --- yarl-1.3.0.orig/tests/test_url_parsing.py +++ yarl-1.3.0/tests/test_url_parsing.py @@ -62,6 +62,9 @@ class TestScheme: assert u.query_string == "" assert u.fragment == "" + @pytest.mark.skip( + reason="Fails on Pythons with fixed CVE-2023-24329" + ) def test_not_a_scheme2(self): u = URL("37signals:book") assert u.scheme == "37signals"
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