Move pytest warning enable into pyproject.toml#118
Open
stefanvanburen wants to merge 1 commit intomainfrom
Open
Move pytest warning enable into pyproject.toml#118stefanvanburen wants to merge 1 commit intomainfrom
stefanvanburen wants to merge 1 commit intomainfrom
Conversation
Wasn't sure on the syntax for this before, so just went with the CLI invocation. I think we just want this (by default) on any `pytest` invocation. Signed-off-by: Stefan VanBuren <svanburen@buf.build>
stefanvanburen
added a commit
to bufbuild/protovalidate-python
that referenced
this pull request
Feb 5, 2026
Just a ratchet to ensure we don't inadvertently miss warnings in CI output. Similar to connect-python: connectrpc/connect-python#118
Member
Author
|
hm, wasn't expecting this to fail. maybe related: pytest-dev/pytest#14096? |
Member
Author
|
(and doesn't fail locally 😞) |
stefanvanburen
added a commit
to bufbuild/protovalidate-python
that referenced
this pull request
Feb 5, 2026
Just a ratchet to ensure we don't inadvertently miss warnings in CI output. Similar to connect-python: connectrpc/connect-python#118
Collaborator
|
Doh - I think that's a linux-only codepath being used by pyvoy once on startup. Sent a fix to the library, will see if that can be updated soon enough or if I'll need to vendor it to fix that. |
Member
Author
|
no worries on a quick fix, we can always hold off on landing this on our end, it's a minor thing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wasn't sure on the syntax for this before, so just went with the CLI invocation. I think we just want this (by default) on any
pytestinvocation.