AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 1.3.0 * Add support for pytest 6 (issue #45 / PR #46) * Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl` (PR #46) * Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in `runtest_protocol` (issue #31 / PR #46)
- Update to 1.2.0 * Add limited support for xfail marker (issue #33 / PR #34). * Fix support for pytest 5.4.0+ (issue #30 / PR #32). * Drop support for Python 3.4 as it is EOL (PR #39). - Drop patch pytest5-compat.patch
- Add pytest5-compat.patch to make the test suite compatible with pytest 5.4.0+ (gh#pytest-dev/pytest-forked#32)
- Update to 1.1.3: * New marker `pytest.mark.forked` to fork before individual tests.
- Update to 1.0.2: * Fix support for pytest 4.2
- Update to 1.0.0: * Fix support for pytest 4.1.
- initial package