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
parent
commit
b32f69f827
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tox.ini

2
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

Loading…
Cancel
Save