Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix:playground
python-passlib
no-crypt-with-python-313.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-crypt-with-python-313.patch of Package python-passlib
Index: passlib-1.7.4/passlib/tests/utils.py =================================================================== --- passlib-1.7.4.orig/passlib/tests/utils.py +++ passlib-1.7.4/passlib/tests/utils.py @@ -3360,6 +3360,10 @@ class OsCryptMixin(HandlerCase): if hasattr(self.handler, "orig_prefix"): raise self.skipTest("not applicable to wrappers") + # crypt module removed in Python 3.13 + if sys.version_info[:2] >= (3, 13): + raise self.skipTest("no crypt module with Python 3.13") + # look for first entry that matches current system # XXX: append "/" + platform.release() to string? # XXX: probably should rework to support rows being dicts w/ "minver" / "maxver" keys,
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