mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Enable test for lookups on python 3
Since passlib algo sometime takes a bytes, and sometime not, depending on a internal variable, we have to convert bnased on it, or it fail with "TypeError: salt must be bytes, not str" (or unicode instead of bytes) However, that's not great to use internal structure for that.
This commit is contained in:
parent
fbe0e6c9a2
commit
578da9a615
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
test_filters
|
||||
test_git
|
||||
test_hg
|
||||
test_lookups
|
||||
test_pip
|
||||
test_service
|
||||
test_uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue