Skip to content

Commit

Permalink
build: update genconfig tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jun 7, 2024
1 parent 2d93bb5 commit 01fbe9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ commands =

[testenv:genconfig]
basepython = {[base]python}
commands_pre =
poetry install --no-root --sync --with test
pip install -U .
commands =
- pip install -U .
- oslo-config-generator --config-file=etc/{[base]package}-config-generator.conf
poetry run oslo-config-generator --config-file=etc/{[base]package}-config-generator.conf

[testenv:docs]
basepython = {[base]python}
Expand Down

0 comments on commit 01fbe9e

Please sign in to comment.