chore(devcontainer): Revert pytest ignorance
Some checks are pending
Auto-Tag on Version Bump / Check and create version tag (push) Waiting to run
Deploy Docusaurus Documentation (Dual Sites) / Build and Deploy Documentation Sites (push) Waiting to run
Lint / Ruff (push) Waiting to run
Validate / HACS validation (push) Waiting to run
Validate / Hassfest validation (push) Waiting to run

This commit is contained in:
Julian Pawlowski 2026-04-14 15:37:06 +00:00
parent 2e7ccc36c5
commit 91147bd79c

View file

@ -44,6 +44,3 @@ updates:
ignore: ignore:
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json # Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
- dependency-name: "homeassistant" - dependency-name: "homeassistant"
# pytest version is dictated by pytest-homeassistant-custom-component (pins an exact version)
# Bumping pytest independently breaks the dependency resolution
- dependency-name: "pytest"