Skip to content

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

Closed
parthea opened this issue Sep 13, 2015 · 3 comments · Fixed by #11091
Closed

Unit tests in test_ga are being skipped #11090

parthea opened this issue Sep 13, 2015 · 3 comments · Fixed by #11091
Labels
IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Milestone

Comments

@parthea
Copy link
Contributor

parthea commented Sep 13, 2015

While working on another issue, I noticed the following error in the build test log on travis.

-------------------------------------------------------------
#15 nose.failure.Failure.runTest: need httplib2 and auth libs
-------------------------------------------------------------

I'm not familar with the ga module, but 'll try to fix it

@jreback jreback added Google I/O Testing pandas testing functions or related to the test suite labels Sep 13, 2015
@jreback
Copy link
Contributor

jreback commented Sep 13, 2015

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 .pandas-ga or something. Interested?

@jreback jreback added the IO Data IO issues that don't fit into a more specific label label Sep 13, 2015
@parthea
Copy link
Contributor Author

parthea commented Sep 13, 2015

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.

@jreback
Copy link
Contributor

jreback commented Sep 13, 2015

@parthea ok thanks then. tests would be good.

@jreback jreback added this to the 0.17.0 milestone Sep 13, 2015
yarikoptic added a commit to neurodebian/pandas that referenced this issue Sep 16, 2015
* 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
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants