feat: deprecate legacy client (#3726)

This commit is contained in:
cthomas
2025-08-04 13:36:30 -07:00
committed by GitHub
parent b4810633af
commit 1796bf4959
4 changed files with 0 additions and 2515 deletions

View File

@@ -58,7 +58,6 @@ jobs:
pipx install poetry==2.1.3
poetry install -E dev -E postgres
poetry run pytest -s tests/test_client.py
# poetry run pytest -s tests/test_client_legacy.py
- name: Print docker logs if tests fail
if: failure()