Fix tox in Azure CI

Fixes: https://pagure.io/freeipa/issue/9347

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
Alexander Bokovoy 2023-03-18 12:52:45 +02:00 committed by Florence Blanc-Renaud
parent ebac8f6f9b
commit 3f9d9b2626

View File

@ -5,6 +5,7 @@ skip_missing_interpreters=true
skipsdist=true
[testenv]
allowlist_externals={toxinidir}/.tox-install.sh
# always re-create virtual env. A special install helper is used to configure,
# build and install packages.
recreate=True