Skip to content

DeprecationWarning: onerror argument is deprecated, use onexc instead on python 3.12b1 #11060

New issue

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

Closed
graingert opened this issue May 30, 2023 · 1 comment

Comments

@graingert
Copy link
Member

when running with filterwarnings=error at exit pytest prints:

python3.12/site-packages/_pytest/pathlib.py:152: DeprecationWarning: onerror argument is deprecated, use onexc instead
  shutil.rmtree(str(path), onerror=onerror)
@graingert
Copy link
Member Author

this was fixed here #10893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant