From: aborah-sudo Date: Mon, 4 May 2026 08:45:43 +0000 (+0530) Subject: Tests: Add passlib to requirements.txt for proper crypt hash generation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b776f2616537f3daa454dc18642857f091da7b6d;p=thirdparty%2Fshadow.git Tests: Add passlib to requirements.txt for proper crypt hash generation Added passlib dependency for generating valid SHA-512 crypt hashes --- diff --git a/tests/system/requirements.txt b/tests/system/requirements.txt index e526a92be..a1d922d8e 100644 --- a/tests/system/requirements.txt +++ b/tests/system/requirements.txt @@ -1,5 +1,6 @@ flaky jc +passlib pytest git+https://github.com/next-actions/pytest-mh@1.0.21 git+https://github.com/next-actions/pytest-ticket