Skip to content

Commit 69349a0

Browse files
committed
fix: Exempt pytest from exclude-newer to prevent Renovate PR loop
1 parent 45ec16f commit 69349a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ python_files = "tests/*.py"
6161

6262
[tool.uv]
6363
exclude-newer = "1 week"
64+
exclude-newer-package = { pytest = false }

0 commit comments

Comments
 (0)