- Drop support for Python 3.6
- Support Python 3.11
- The
@pytest.mark.fail_slow()marker now errors if not given exactly one argument. Previously, it would either use the first argument or, if no arguments were given, it would be ignored.
- Test against pytest 7
- Added
@pytest.mark.fail_slow(DURATION)marker for making individual tests fail if they take too long to run
Initial release