You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for now we will ignore it in the configuration for pytest
repromon_app/tests/conftest.py:58: in init_db
setup_db.main()
repromon_tools/setup_db.py:265: in main
fill_tables_with_init_data()
repromon_tools/setup_db.py:230: in fill_tables_with_init_data
sec_svc.renew_user_apikey("noisseur")
repromon_app/service.py:334: in renew_user_apikey
apikey: ApiKey = SecurityManager.instance().create_apikey()
repromon_app/security.py:159: in create_apikey
apikey: str = self.calculate_apikey(apikey_data)
repromon_app/security.py:138: in calculate_apikey
body: str = self.__crypt_apikey_context.hash(
venvs/dev3.11/lib/python3.11/site-packages/passlib/context.py:2258: in hash
return record.hash(secret, **kwds)
venvs/dev3.11/lib/python3.11/site-packages/passlib/utils/handlers.py:774: in hash
warn_hash_settings_deprecation(cls, settings)
venvs/dev3.11/lib/python3.11/site-packages/passlib/utils/handlers.py:101: in warn_hash_settings_deprecation
warn("passing settings to %(handler)s.hash() is deprecated, and won't be supported in Passlib 2.0; "
E DeprecationWarning: passing settings to sha256_crypt.hash() is deprecated, and won't be supported in Passlib 2.0; use 'sha256_crypt.using(**settings).hash(secret)' instead
The text was updated successfully, but these errors were encountered:
for now we will ignore it in the configuration for pytest
The text was updated successfully, but these errors were encountered: