Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of deprecated startdir parameter
Use the start_path paramater instead of startdir, since Pytest 7 yield the following deprecation warning if startdir is being used: site-packages/pytest_sugar.py:279: PytestRemovedIn8Warning: The (startdir: py.path.local) argument is deprecated, please use (start_path: pathlib.Path) Details of the Pytest deprecation can be found from: https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path Fixes #232
- Loading branch information