Debian Patches
Status for pytest-forked/1.6.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
398f003660dda242b97217390718a2a90c3d7a88.patch | [PATCH] Sync expected test_xfail's xpassed summary to Pytest 8 With Pytest 8: https://docs.pytest.org/en/stable/changelog.html#pytest-8-0-0rc2-2024-01-17 > For xpasses, add - in summary between test name and reason, to match how xfail is displayed. |
Stanislav Levin <slev@altlinux.org> | no | https://github.com/pytest-dev/pytest-forked/commit/398f003660dda242b97217390718a2a90c3d7a88 | 2024-02-13 | |
test-failure-multiple-plugins.patch | Fix test failure if multiple pytest plugins are installed Dependencies can sometimes cause extra pytest plugins to be installed while running tests: for example, in current Debian, py → pkg-resources → inflect → typeguard includes one. The order of plugins that pytest displays on the `plugins:` line of its output doesn't appear to be defined, so tolerate variation. |
Colin Watson <cjwatson@debian.org> | yes | 2024-12-17 |