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

Fix setuptools 50 import in Python 3.6.1 pylint test #1706

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Aug 31, 2020

See https://github.com/pypa/setuptools/issues/2350 for details. pip, setuptools and wheel are the only packages that we don't pin, and indeed the pylint tests started failing with setuptools 50.0 on Python 3.6.1. (No other configuration is affected.)

@codecov
Copy link

codecov bot commented Aug 31, 2020

Codecov Report

Merging #1706 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1706   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files         115      115           
  Lines       14445    14445           
  Branches     1106     1106           
=======================================
  Hits        14389    14389           
  Misses         41       41           
  Partials       15       15           

Copy link
Member

@altendky altendky left a comment

Choose a reason for hiding this comment

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

@pquentin
Copy link
Member Author

Yeah. The good news is that this is specific to 3.6.1, for all other Pythons we can use the setuptools version! Thanks for the review

@pquentin pquentin merged commit a2efacb into python-trio:master Aug 31, 2020
@pquentin pquentin deleted the setuptools-50-py361 branch August 31, 2020 12:19
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.

None yet

2 participants