Skip to content
Snippets Groups Projects

Try remove cmd

Merged Ashwin Kumar Karnad requested to merge try-remove-cmd into main
Files
3
+ 3
3
@@ -81,7 +81,7 @@ style:
- ruff .
- black --check --diff .
- pydocstyle mpsd-software.py
- pydocstyle tests.py
- pydocstyle test_mpsd-software.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- ./mpsd-software.py --version
@@ -91,12 +91,12 @@ test-bullseye:
image: debian:bullseye-slim
script:
- *prepare_debian
- pytest -v -l tests.py
- pytest -v -l test_mpsd-software.py
test-bookworm:
stage: test
image: debian:bookworm-slim
script:
- *prepare_debian
- pytest -v -l tests.py
- pytest -v -l test_mpsd-software.py
Loading