Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
# Hash-pinned per OpenSSF Scorecard Pinned-Dependencies. Recompile with:
# uv pip compile --generate-hashes --universal --python-version 3.11 requirements-test.in -o requirements-test.txt
run: python -m pip install --disable-pip-version-check --no-cache-dir --require-hashes -r requirements-test.txt
- name: Install Playwright browsers
run: python -m playwright install chromium
- name: Run tests
run: python -m pytest -q
- name: Verify 100% statement coverage for live drift modules
Expand Down
1 change: 1 addition & 0 deletions requirements-test.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest==9.1.1
pytest-playwright
Loading
Loading