Package: pass-audit Version: 1.2-1.2 Severity: normal Tags: patch Dear Maintainer, I will submit a patch to fix this error--https://ci.debian.net/packages/p/pass-audit/unstable/amd64/
Since the modification Replace-zxcvbn-with-zxcvbn-rs-py.patch<https://sources.debian.org/src/pass-audit/1.2-1.2/debian/patches/Replace-zxcvbn-with-zxcvbn-rs-py.patch>, the test has always failed due to different implementation in package zxcvbn-rs-py. Some source code needs to be modified to adapt to the above patch. tests/test_audit.py .....FF [ 16%] tests/test_main.py .....FFFFF.. [ 45%] tests/test_msg.py ........ [ 64%] tests/test_pass.py .............. [ 97%] tests/test_pwned.py . [100%] After my code modifications, I tried the same test steps and it worked: root@debian-dev:/upstream/pass-audit# pytest ===================================================================== test session starts ====================================================================== platform linux -- Python 3.13.3, pytest-8.3.5, pluggy-1.5.0 rootdir: /upstream/pass-audit collected 42 items tests/test_audit.py ....... [ 16%] tests/test_main.py ............ [ 45%] tests/test_msg.py ........ [ 64%] tests/test_pass.py .............. [ 97%] tests/test_pwned.py . [100%] ====================================================================== 42 passed in 3.49s ====================================================================== I will attach my patch later. Thanks for your reply! Yours sincerely, xiaozhan