We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running tests for pytest-black I see the warning:
pytest-black
=============================== warnings summary =============================== tests/test_black.py: 10 warnings $(@D)/pytest_black.py:23: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (file_path: pathlib.Path) see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path def pytest_collect_file(file_path, path, parent): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 8 passed, 1 skipped, 10 warnings ========
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While running tests for
pytest-black
I see the warning:The text was updated successfully, but these errors were encountered: