Browse Source
chore: revert Update tox.ini
These tools should be coming from the poetry virtual env
pull/474/head
Richard Nemeth
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|