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 on Python 3: pip install -e ".[dev]" #287

Merged
merged 5 commits into from
Jul 4, 2016

Conversation

rodrigc
Copy link
Contributor

@rodrigc rodrigc commented Jul 3, 2016

@codecov-io
Copy link

codecov-io commented Jul 4, 2016

Current coverage is 89.84%

Merging #287 into trunk will decrease coverage by 0.32%

@@              trunk       #287   diff @@
==========================================
  Files           819        773     -46   
  Lines        143365     140763   -2602   
  Methods           0          0           
  Messages          0          0           
  Branches      13168      11995   -1173   
==========================================
- Hits         129281     126471   -2810   
+ Misses        11841      11749     -92   
- Partials       2243       2543    +300   

Powered by Codecov. Last updated by 72630aa...15cf005

scripts=getScripts(),
include_package_data=True,
zip_safe=False,
extras_require=_EXTRAS_REQUIRE,
Copy link
Member

Choose a reason for hiding this comment

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

This is really minor, but this diff adds unnecessary churn here. Let's avoid re-ordering things that were already there (conditionalExtensions, zip_safe, and include_package_data), given that all we're doing is add extras_require.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the order to make the order the same as in setup.py.
Since setup3.py is using more and more stuff from dist.py, I made the change to make it easier to compare setup.py and setup3.py

Copy link
Member

Choose a reason for hiding this comment

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

Eh, fair enough. =)

@rodrigc rodrigc merged commit 40c4268 into trunk Jul 4, 2016
@rodrigc rodrigc deleted the 7807-rodrigc-extrasrequire-py3 branch July 9, 2016 01:52
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

3 participants