Skip to content

fix(website): sort import blocks in test_readme_parser and specify check=False in bigquery runner - #3292

Open
aoright wants to merge 1 commit into
vinta:masterfrom
aoright:fix/website-imports-and-subprocess-explicit-check
Open

fix(website): sort import blocks in test_readme_parser and specify check=False in bigquery runner#3292
aoright wants to merge 1 commit into
vinta:masterfrom
aoright:fix/website-imports-and-subprocess-explicit-check

Conversation

@aoright

@aoright aoright commented Aug 19, 2026

Copy link
Copy Markdown

Summary

  • In website/tests/test_readme_parser.py, sort imports placing third-party markdown_it imports before local readme_parser imports per isort / PEP 8 conventions.
  • In website/fetch_pypi_downloads_via_bigquery.py, explicitly specify check=False on subprocess.run to document intentional manual returncode handling.
  • Verified all 126 unit tests pass with uv run pytest website/tests/.

…eck=False in bigquery runner

Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant