File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - run : git clone https://github.com/mbdevpl/argunparse ../argunparse
2929 - run : cd ../argunparse && pip install -r requirements_test.txt && python setup.py build && cd -
3030 - run : git clone https://github.com/python-semver/python-semver ../semver
31- - run : cd ../semver && python setup.py build && cd -
32- - run : pip install jupyter
31+ - run : cd ../semver && python -m build && cd -
3332 - run : python -m coverage run --branch --source . -m unittest -v
3433 # - run: LOGGING_LEVEL=critical python -m coverage run --append --branch --source . -m unittest -v test.test_version
3534 - run : python -m coverage report --show-missing
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN set -Eeuxo pipefail && \
6969 cd - && \
7070 git clone https://github.com/python-semver/python-semver semver && \
7171 cd semver && \
72- python setup.py build && \
72+ python -m build && \
7373 cd - && \
7474 pip install jupyter
7575
Original file line number Diff line number Diff line change 1+ build ~= 0.10
12codecov ~= 2.1
23coverage ~= 6.2
34flake518 ~= 1.2
You can’t perform that action at this time.
0 commit comments