-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Remove pyx dependencies from setup #17478
Conversation
Hello @jbrockmendel! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on September 08, 2017 at 17:43 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #17478 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
@jbrockmendel : The builds are passing, so can't complain, but just curious : is there anything further that can be done now that you've dropped these dependencies? |
@jbrockmendel |
Just tried it and it went through OK.
Not sure what you have in mind. This doesn't affect the actual dependencies, is just about the rules for declaring cython deps. |
There are some pretty significant simplifications that can be made once timezone functions get moved out of |
ok this looks fine. ping on green. |
ok going to merge. I hope this doesn't bite us from something we are not testing, possibly on the development side. |
Poking at this further has me confused. It is not clear to me what is the distinction is between the I saw that the More noteworthy is that removing "compat_helper.h" from |
you should dig into the cython docs to see |
I have. I've also used Google. These args are getting passed to |
This reverts commit e6aed2e.
…s-dev#17565) This reverts commit e6aed2e.
…s-dev#17565) This reverts commit e6aed2e.
See discussion in #17419
git diff upstream/master -u -- "*.py" | flake8 --diff