Remove lang tests and clean up test workflow#865
Merged
kjaymiller merged 1 commit intogh-pagesfrom Mar 25, 2026
Merged
Conversation
9 tasks
dragid10
approved these changes
Mar 25, 2026
kjaymiller
added a commit
that referenced
this pull request
Mar 25, 2026
kjaymiller
added a commit
that referenced
this pull request
Mar 25, 2026
kjaymiller
added a commit
that referenced
this pull request
Mar 25, 2026
* bpd-anaconda-post * update tests workflow (#865) * run pre-commit
kjaymiller
added a commit
that referenced
this pull request
Mar 25, 2026
* update sponsored events * update tests workflow (#865)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Link 🔗:
N/A — maintenance cleanup
Type of Change
Description 📋
What: Removes the
test_headers_in_languagetests, thebpd-eventsroute from test fixtures, thelangattribute parsing fromHTMLMetaParser, and migratespyproject.tomlfrom[project.optional-dependencies]to[dependency-groups]. Also renames the workflow fromplaywright.ymltotest.yml.Why: The lang tests and bpd-events route are no longer relevant. The dependency group migration aligns with modern Python packaging standards, and renaming the workflow reflects its actual purpose now that Playwright has been removed.
How: These are test and config changes only — no impact on the built site.
Checklist ✅
pre-commit run --allAdditional Notes & Screenshots
No user-facing changes. This is a test/tooling cleanup.
🤖 Generated with Claude Code