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
Hello. I'd like tox to use the standard library importlib.metadata instead of the importlib_metadata backport on Python 3.8.
See fox example pytest-dev/pluggy#223 or pytest-dev/pytest#5539
I'll work on a PR.
The text was updated successfully, but these errors were encountered:
Use importlib.metadata from the standard library on Python 3.8+
3c9bed8
Fixes tox-dev#1367
7ef798f
Here it is: #1368
Sorry, something went wrong.
718704f
Use importlib.metadata from the standard library on Python 3.8+ (#1368)
f6c42eb
* Use importlib.metadata from the standard library on Python 3.8+ Fixes #1367 * Azure Pipelines: Add Python 3.8
hroncok
Successfully merging a pull request may close this issue.
Hello. I'd like tox to use the standard library importlib.metadata instead of the importlib_metadata backport on Python 3.8.
See fox example pytest-dev/pluggy#223 or pytest-dev/pytest#5539
I'll work on a PR.
The text was updated successfully, but these errors were encountered: