Skip to content
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

Use importlib.metadata from the standard library on Python 3.8 #1367

Closed
hroncok opened this issue Jul 8, 2019 · 1 comment · Fixed by #1368
Closed

Use importlib.metadata from the standard library on Python 3.8 #1367

hroncok opened this issue Jul 8, 2019 · 1 comment · Fixed by #1368
Assignees
Labels
feature:new something does not exist yet, but should pr-merged

Comments

@hroncok
Copy link
Contributor

hroncok commented Jul 8, 2019

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.

@hroncok hroncok added the feature:new something does not exist yet, but should label Jul 8, 2019
hroncok added a commit to hroncok/tox that referenced this issue Jul 8, 2019
hroncok added a commit to hroncok/tox that referenced this issue Jul 8, 2019
@hroncok
Copy link
Contributor Author

hroncok commented Jul 8, 2019

Here it is: #1368

hroncok added a commit to hroncok/tox that referenced this issue Jul 8, 2019
@helpr helpr bot added the pr-available label Jul 8, 2019
gaborbernat pushed a commit that referenced this issue Jul 8, 2019
* Use importlib.metadata from the standard library on Python 3.8+
Fixes #1367
* Azure Pipelines: Add Python 3.8
@helpr helpr bot added pr-merged and removed pr-available labels Jul 8, 2019
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature:new something does not exist yet, but should pr-merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant