Skip to content

TST Fix AttributeError: 'iterator' object has no attribute 'next' on Python 3 #7148

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

Merged
merged 1 commit into from
May 17, 2014
Merged

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented May 17, 2014

======================================================================
ERROR: test_pie_series (pandas.tests.test_graphics.TestSeriesPlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python34\lib\site-packages\pandas\tests\test_graphics.py", line 484, in test_pie_series
    expected_texts = list(it.next() for it in itertools.cycle(iters))
  File "X:\Python34\lib\site-packages\pandas\tests\test_graphics.py", line 484, in <genexpr>
    expected_texts = list(it.next() for it in itertools.cycle(iters))
AttributeError: 'iterator' object has no attribute 'next'

----------------------------------------------------------------------

@jreback
Copy link
Contributor

jreback commented May 17, 2014

thanks!

turns out was not running slow tests on 3.4 on windows, duh!

FYI, announced 0.14.0 rc1: https://groups.google.com/forum/#!topic/pydata/Bx8oiSAZwOc

jreback added a commit that referenced this pull request May 17, 2014
TST Fix AttributeError: 'iterator' object has no attribute 'next' on Python 3
@jreback jreback merged commit 0def2a0 into pandas-dev:master May 17, 2014
@jreback jreback added this to the 0.14.0 milestone May 17, 2014
@jreback
Copy link
Contributor

jreback commented May 23, 2014

@cgohlke

out of curiosity, how do you know when say pandas releases a rc1? (are you scanning the master repo for changes?) are you looking for say a RLS tag?

@cgohlke
Copy link
Contributor Author

cgohlke commented May 23, 2014

@jreback
Copy link
Contributor

jreback commented May 23, 2014

all these neat features...cool.thxs

@jreback
Copy link
Contributor

jreback commented May 30, 2014

@cgohlke v0.14.0 tagged and released!

@jreback
Copy link
Contributor

jreback commented May 30, 2014

@cgohlke thanks for the windows builds!

@cgohlke
Copy link
Contributor Author

cgohlke commented May 30, 2014

Let me know if you want to distribute wheels built against older numpy versions (>= 1.6.2).

@jreback
Copy link
Contributor

jreback commented May 30, 2014

thanks

I think ok for now

will let u know if I have requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Windows Windows OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants