Skip to content
Discussion options

You must be logged in to vote

Thanks for the logs, that gist helped me figure out the root cause.

What's happening

Your config uses constraintsFiltering: "strict" and actions/setup_python/pyproject.toml declares requires-python = ">=3.14". In the run that closed the PR, strict filtering dropped every modern pytest release (same for requests, pygobject, python-dotenv too):

From logs:

Filtered out 129 non-matching releases out of 192 total for pytest due to constraintsFiltering=strict: ... 9.0.3, 9.1.0, 9.1.1

Note: 9.1.1 and your installed 9.0.3 are both in the filtered-out list. With no valid update left, Renovate saw renovate/pytest as a stale branch during the prune step and autoclosed PR #245 as it had no releases …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@ReenigneArcher
Comment options

@RahulGautamSingh
Comment options

@ReenigneArcher
Comment options

@RahulGautamSingh
Comment options

Answer selected by RahulGautamSingh
@RahulGautamSingh
Comment options

@ReenigneArcher
Comment options

@RahulGautamSingh
Comment options

@RahulGautamSingh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:logs Issue or Discussion is needs logs/more logs
2 participants