tests marked with `@pytest.mark.forked ` that work in `pytest` v. 6.2.5 will fail in `pytest` v. 7.x.x with message: ``` AssertionError: previous item was not torn down properly ``` see: https://github.com/pytest-dev/pytest/issues/9621