Bénédikt Tran
Bénédikt Tran
Add the documentation for #12018. I'll keep both in sync if the implementation changes. So for now, I'll keep it as a draft. EDIT: will sync afterwards
Fix #11353. I'm not sure that everything is covered so feel free to argue.
Fix #11466. - Add test for intersphinx incremental builds. So, the issue was that were ordering lists of `(str, dict)`. However, this only occurred if we changed the URL of...
Fix #11711. Since the logic is different, this required a complete update on how intersphinx inventories are represented. Before, each line in an inventory was of the form ``` name...
I was documenting the testing module in #11972 when I saw that some of the signatures I have are a bit too long. Instead of enabling #11011 for the whole...
### Describe the bug While implementing some feature, I wanted to test the latter by selectively running some tests but I found that the tests are not executed in an...
Closes #11556. @dbitouze could you check whether the workflow works in production using some fresh project (I don't have any way to test it now).
Using ``exc_info.exconly(tryshort=True)`` is meant to remove ``AssertionError: `` from the exception message according to [(ref)](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.ExceptionInfo.exconly) > When 'tryshort' resolves to True, and the exception is an AssertionError, only the actual...
When (and if) [PEP 735](https://peps.python.org/pep-0735/) is accepted, we can probably simplify the deduplication of packages. It would at least be cleaner that way. This does *not* resolve #12339 because we...
### Describe the bug The ``todo`` does not like: ```python def f(): """ .. todo:: ???? """ ``` but it is fine with ```python def f(): """ .. todo:: ???...