Skip to content

Commit 8aa128a

Browse files
jsklandevin-ai-integration[bot]
authored andcommitted
fix(python): add mypy fixes, auto-skip for aiohttp tests, and CI two-pass
Fix mypy errors by adding type: ignore comments for optional httpx_aiohttp imports and widening timeout param to Optional[float]. Add conftest hook to auto-skip @pytest.mark.aiohttp tests when the package is missing. Update CI to run a second test pass after installing the aiohttp extra.
1 parent 239044f commit 8aa128a

6 files changed

Lines changed: 883 additions & 242 deletions

File tree

seed/python-sdk/exhaustive/no-custom-config/.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/poetry.lock

Lines changed: 851 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/src/seed/_default_clients.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/src/seed/client.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/tests/conftest.py

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/tests/test_aiohttp_autodetect.py

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)