Commit 8aa128a
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
- src/seed
- tests
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 851 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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