forked from Github-Mirrors/canaille
tests: fix zxcvbn compilation with Python 3.13
temporarily, until this is fixed upstream https://github.com/fief-dev/zxcvbn-rs-py/issues/2
This commit is contained in:
parent
885ba0f48c
commit
2195c686a6
1 changed files with 3 additions and 0 deletions
|
@ -196,6 +196,9 @@ env_list = [
|
|||
]
|
||||
|
||||
[tool.tox.env_run_base]
|
||||
# Needed until zxcvbn supports Python 3.13
|
||||
# https://github.com/fief-dev/zxcvbn-rs-py/issues/2
|
||||
set_env = {PYO3_USE_ABI3_FORWARD_COMPATIBILITY = "1"}
|
||||
commands = [
|
||||
["pytest", "--showlocals", "--full-trace", "{posargs}"],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue