Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-fix-pytest-7.2-compatibility.patch | fix pytest 7.2 compatibility Pytest 7.2 deprecated plain top-level `setup()` and `teardown()` functions in favor of their own decorators: https://docs.pytest.org/en/latest/changelog.html#pytest-7-2-0-2022-10-23 https://docs.pytest.org/en/latest/deprecations.html#setup-teardown Now we need to use module-level setup/teardown, which is extremely similar, just named differently: https://docs.pytest.org/en/latest/how-to/xunit_setup.html#module-level-setup-teardown We keep compatibility shims for older pytest releases. |
=?utf-8?q?Antoine_Beaupr=C3=A9?= <anarcat@debian.org> | no | 2024-04-06 |