Commit 9123a6c
committed
chore(deps-dev): remove unused pytest-playwright from requirements-dev.txt
`pytest-playwright` was declared in requirements-dev.txt but imported
by zero files under tests/ — our Python E2E tests use
`playwright.sync_api` directly via tests/e2e/conftest.py and
tests/e2e/page_objects.py, not the pytest fixture wrapper.
Removal unblocks Dependabot PR #12 cleanly: bumping the lower bound on
an unused dep would just add churn for the next contributor. If we add
fixture-style E2E later, we'll re-add pytest-playwright at the version
we actually integrate against.
Files:
- requirements-dev.txt: drop the line + leave a maintenance comment so
the next contributor understands why it's gone.
- docs/SBOM.md: remove from the dev-deps enumeration + add a removal
note pointing to this commit.
Verified no remaining references via:
grep -rn 'pytest_playwright\|pytest-playwright' tests/ requirements*.txt docs/1 parent 18076c9 commit 9123a6c
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments