From b32f69f827d68953f39873a40a0b324d1e0d7768 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Mon, 13 Nov 2023 12:09:29 +0000 Subject: [PATCH] chore: revert Update tox.ini These tools should be coming from the poetry virtual env --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9fe190a..cf443a5 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ skipsdist = true envlist = check, apply-check, docs, tests, build, changelog [testenv] -allowlist_externals = poetry, ./test_keycloak_init.sh, black, isort, flake8, codespell +allowlist_externals = poetry, ./test_keycloak_init.sh commands_pre = poetry install --sync