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 3.6 wheels by always depending on dataclasses #1675

Merged
merged 1 commit into from
Aug 19, 2019

Conversation

jenshnielsen
Copy link
Collaborator

This will unconditionally install dataclasses but python 3.7 will normally prefer the std lib version over the site-package as site-packages is later in the path than the standard library

@codecov
Copy link

codecov bot commented Aug 19, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master    #1675   +/-   ##
=======================================
  Coverage   66.94%   66.94%           
=======================================
  Files         144      144           
  Lines       17807    17807           
=======================================
  Hits        11921    11921           
  Misses       5886     5886

@jenshnielsen jenshnielsen merged commit adab170 into microsoft:master Aug 19, 2019
@jenshnielsen jenshnielsen deleted the fix_wheel_generation branch August 19, 2019 12:39
jenshnielsen added a commit that referenced this pull request Aug 19, 2019
Fix 3.6 wheels by always depending on dataclasses
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