fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
Showing only changes of commit 65b220fdbe - Show all commits

View File

@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: pip install -e . - run: pip install -e .[optional-dependencies]
- run: pytest tests/ -v --tb=short - run: pytest tests/ -v --tb=short
bandit: bandit:
@@ -53,7 +53,7 @@ jobs:
with: with:
python-version: "3.11" python-version: "3.11"
- run: pip install pip-audit - run: pip install pip-audit
- run: pip install -e . - run: pip install -e .[optional-dependencies]
- run: pip-audit --skip-editable - run: pip-audit --skip-editable
open-pr: open-pr: