-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Unit tests in test_ga are being skipped #11090
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
Comments
yeh, GA have not gotten much TLC (mainly for lack of testing). Though to be honest, this is something I think that we should remove from pandas. It can be an associated module, e.g . |
I was only planning on fixing the ga unit test in the short term because I think it is similar to the other import issue I worked on. My current focus is to contribute to the pandas BigQuery module. I don't have much experience with GoogleAnalytics. It may be better to create a new issue for migrating GA to an associated module. |
@parthea ok thanks then. tests would be good. |
* commit 'v0.17.0rc1-40-gd1feb49': (394 commits) DOC: fix ref to template for plot accessor ENH Move check for inferred compression to before `get_filepath_or_buffer` CI: add py3.5 build ENH Enable streaming from S3 Fix Series.nunique groupby with object DOC: Update perf doc for 10953 TST: Fix skipped unit tests in test_ga. Install python-gflags using pip. pandas-dev#11090 ENH Recognize 's3n' and 's3a' as an S3 address DOC: Comparison with SAS BUG: Use StrictVersion instead of LooseVersion when testing for minimum google api client version pandas-dev#10652 BLD: Install google-api-python-client and httplib2 using pip ENH: Add ability to create tables using the gbq module. pandas-dev#8325 TST: make sure to close stata readers asv bench cleanup - groupby DOC: fix plot submethods whatsnew example CI: support *.pip for installations DOC: Modified incorrect doc-string for DataFrameFormatter and removed outdated doc-string (+1 squashed commit) Squashed commits: [068b1fd] DOC: Modified incorrect doc-string for DataFrameFormatter using new doc-string design (+1 squashed commit) Squashed commits: [12e032d] DOC: Updated doc-string using new doc-string design for DataFrameFormatter ENH Enable bzip2 streaming for Python 3 DOC: update release.rst with the highlites DOC: Categorize whatsnew ...
While working on another issue, I noticed the following error in the build test log on travis.
I'm not familar with the ga module, but 'll try to fix it
The text was updated successfully, but these errors were encountered: