Ran Benita

Results 431 comments of Ran Benita

I can see 3 possible semantics for this (an exception group which contains an exception that should be re-raised): 1. If the EG contains a re-raise E, then re-raise the...

Do you think it's possible to minimize the example further? It's hard to follow, but if it can't be reduced, we can try.

The fact that there are strings in Python that cannot be UTF-8 encoded is such a massive gotcha that no one knows about. I agree with @RonnyPfannschmidt that the fix...

Regarding monkeypatching etc, I'd say some tests are never going to be thread safe. We'd need a way to mark tests as not thread safe, or more likely the other...

> Well never be able to use those contextmanagers unless python fundamentally changes io redirection I was also worried about warnings, but it seems that [`catch_warnings` is handled](https://docs.python.org/3.14/library/warnings.html#warning-concurrent-safe) in Python...

To limit the scope of this, I think we should limit the usage of ``--threads`` (just gonna assume that will be the flag 😀 ) to the freethreaded build. The...

Thanks for the PR @treyshaffer but this is not an approach we can accept, as it side-steps the entire "flow" of the reports in order to add record this information...

@treyshaffer Is this ready for another review?

> When pytest_runtest_protocol is called with item==nextitem multiple times I am assuming you are using a plugin which does this. Which plugin is it?

@sgaist Thanks for the update. To clarify, I'd like the tox and CI to be in the same file/job. I'm thinking something like this: ```diff diff --git i/.github/workflows/test.yml w/.github/workflows/test.yml index...