fix(infra): skip serdes tests in min-version release step (#36730)

This commit is contained in:
ccurme
2026-04-14 18:45:44 -04:00
committed by GitHub
parent 00919ba4bb
commit d647311ecf

View File

@@ -356,7 +356,7 @@ jobs:
run: |
VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
make tests
make tests PYTEST_EXTRA="-q -k 'not test_serdes'"
working-directory: ${{ env.EFFECTIVE_WORKING_DIR }}
- name: Import integration test dependencies