Skip to content

deps(pip)(deps-dev): update pytest-playwright requirement from >=0.4.0 to >=0.8.0#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-playwright-gte-0.8.0
Closed

deps(pip)(deps-dev): update pytest-playwright requirement from >=0.4.0 to >=0.8.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-playwright-gte-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Updates the requirements on pytest-playwright to permit the latest version.

Release notes

Sourced from pytest-playwright's releases.

v0.8.0

Adds support for expect.soft() soft assertions.

Commits
  • 703c884 feat: aggregate expect.soft() failures per test (#312)
  • b64ad1c Upgrade EsrpRelease task version and update owners (#305)
  • 1d64430 fix: check common name for incompatible plugin (#294)
  • 1657ed2 chore: support Pytest v9 (#300)
  • 5f48b78 chore: drop Python 3.9 (#299)
  • c1af305 chore(deps): bump django from 4.2.22 to 4.2.24 (#292)
  • 44ca971 devops: fix AzDO publishing pipeline (#291)
  • 37fc156 fix: use png screenshot type after Playwright v1.55.0 alignment (#290)
  • 48e68b7 fix: throw if both async/sync pytest-playwright plugins are loaded (#282)
  • 29e723f test: do not depend on example.com (#287)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@v0.4.0...v0.8.0)

---
updated-dependencies:
- dependency-name: pytest-playwright
  dependency-version: 0.8.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 22, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@RelativisticJet
Copy link
Copy Markdown
Owner

Holding per Phase-3.6-hold-period analysis (2026-05-23):

pytest-playwright is declared in requirements-dev.txt:13 but imported by ZERO files in tests/ — verified via grep -rln 'pytest_playwright\|pytest-playwright' tests/ returning empty. Our E2E Python tests import playwright.sync_api directly (the underlying playwright package), not the pytest fixture wrapper that pytest-playwright provides.

The cleanest action here is remove the dependency entirely in a separate cleanup PR, not bump its lower bound. I'll open that cleanup separately. Closing this PR would be premature without the cleanup landing first (Dependabot would just re-open).

Will reassess once the cleanup PR is in.

RelativisticJet added a commit that referenced this pull request May 23, 2026
…v.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/
@RelativisticJet
Copy link
Copy Markdown
Owner

Cleanup landed: 9123a6cpytest-playwright removed from requirements-dev.txt (and docs/SBOM.md enumeration), since it was declared but never imported. E2E Python tests use playwright.sync_api directly.

Closing this PR per the hold-comment rationale: with the dep gone, there's nothing to bump. Dependabot won't recreate this PR because the package isn't in the lockfile anymore.

If we ever add fixture-style E2E with pytest-playwright, we'll re-add at the version we integrate against — not the current >=0.4.0 floor that this PR was bumping.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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