Skip to content

Commit

Permalink
[REF] tox: Build ChangeLog again (#466)
Browse files Browse the repository at this point in the history
ChangeLog requires 'pbr'

But the tox build was installing requirements manually instead of installing the test-requirements.txt file were all them are considered
  • Loading branch information
moylop260 authored Aug 24, 2023
1 parent f1c8cc2 commit ea0ff9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ commands =
[testenv:build]
skip_install = true
deps =
build
bump2version
twine
wheel
{[testenv]deps}
commands =
python -m build --sdist --wheel --outdir dist_wo_pbr/
python -c "import shutil;shutil.rmtree('dist/', ignore_errors=True)"
Expand Down

0 comments on commit ea0ff9a

Please sign in to comment.