Use bcrypt < 5 for unit tests (#85969)

(cherry picked from commit 06456c68ec)
This commit is contained in:
Matt Clay
2025-10-14 11:52:40 -05:00
committed by Matt Martz
parent 1b6bcc53b1
commit ab4d37a803
+1 -1
View File
@@ -1,4 +1,4 @@
bcrypt ; python_version >= '3.12' # controller only
bcrypt < 5 ; python_version >= '3.12' # controller only, bcrypt 5+ not compatible with passlib
passlib ; python_version >= '3.12' # controller only
pexpect ; python_version >= '3.12' # controller only
pywinrm ; python_version >= '3.12' # controller only