Ran Benita

Results 431 comments of Ran Benita

Hmm Sphinx 3 no longer works in Python 3.10 (`from types import Union`) so this becomes more urgent -- I should get back to this.

I updated the PR. Changes: - Now requiring Sphinx 5 instead of 4. I set the bounds to >=5,

Thanks for the review @nicoddemus.

Thanks for bringing this up @tobiasdiez. This seems doable but would require some work: The `param` is only found on `SubRequest` and not on `FixtureRequest`, and I'm not yet sufficiently...

Just to make sure I understand, what you expect is that the first example have the same behavior as the second? You have 3 packages in play: `test`, `test.sub1`, `test.sub2`....

Thanks for the details @hennadii-demchenko. I agree with your intuition here. I think the package scope and/or conftest handling is quite buggy. There's also some related discussion in #7777 (in...

@haxtibal Thanks a lot for creating this separate PR with nice commits and all! I'm looking forward to reviewing this PR, when I have the time available. Right now we...

I reviewed everything, though I ran out of time toward the end. The commit separation and commit messages were very helpful.