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+ #1368

Merged
merged 2 commits into from
Jul 8, 2019

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented Jul 8, 2019

Resolves #1367

Copy link
Contributor

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you pull in here 3.8 to test this?

https://github.com/tox-dev/tox/blob/master/azure-pipelines.yml#L32

      py38:
        image: [linux]

So we test this inside the CI too?

docs/changelog/1367.misc.rst Outdated Show resolved Hide resolved
@hroncok
Copy link
Contributor Author

hroncok commented Jul 8, 2019

Can you pull in here 3.8 to test this?

Separate commit?

@gaborbernat
Copy link
Member

Here is perfect 👍

@hroncok
Copy link
Contributor Author

hroncok commented Jul 8, 2019

Azure Pipelines failed on various Windows. I don't think it is related.

@gaborbernat
Copy link
Member

That's alright 👍

@gaborbernat gaborbernat merged commit f6c42eb into tox-dev:master Jul 8, 2019
@gaborbernat
Copy link
Member

Thanks!

@hroncok hroncok deleted the importlib_metadata branch July 8, 2019 18:12
@hroncok
Copy link
Contributor Author

hroncok commented Jul 8, 2019

Thanks for the absolutely swift review!

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

Successfully merging this pull request may close these issues.

Use importlib.metadata from the standard library on Python 3.8
3 participants