On Tue, Jul 4, 2023 at 3:54 AM Ross Burton <[email protected]> wrote: > > On 30 Jun 2023, at 14:30, Alexandre Belloni via lists.openembedded.org > <[email protected]> wrote: > > > > Hello Khem, > > > > This causes python ptest failures: > > > > {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} > > > > We should probably disable those > > I would say to send a patch upstream to make those tests not depend on the > unsafe algorithms existing, but the entire module has been removed in the > next release of Python… >
crypt is already deprecated in python 11 and will be removed from python 13. [1] some packages have opened issues to track it e.g. [2] [1] https://peps.python.org/pep-0594/#crypt [2] https://github.com/saltstack/salt/issues/64263 This is good but perhaps a bit early for us to act upon it, since this would require packages to migrate away from it to use hashlib or some such equivalent module. > Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183867): https://lists.openembedded.org/g/openembedded-core/message/183867 Mute This Topic: https://lists.openembedded.org/mt/99749300/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
