Skip to content

CLN: Python 3.4 deprecation of assert_ #7162

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 18, 2014
Merged

CLN: Python 3.4 deprecation of assert_ #7162

merged 1 commit into from
May 18, 2014

Conversation

bwignall
Copy link
Contributor

#7131: replace some instances of assert_(not b) with assertFalse(b) and some instances of assert_(b) with assertTrue(b). Work-in-progress

#7131: replace instances of assert_(not b) with assertFalse(b) and some instances of assert_(b) with assertTrue(b). Work-in-progress
@jreback
Copy link
Contributor

jreback commented May 18, 2014

hah wondering if u would see that issue!

gr!

FYI you can set the env variable PANDAS_TESTING_MODE to deprecate to have it show all of these kind of earnings (it's turned off in the 3.4 build because it makes the output really long)

ping in green

@bwignall
Copy link
Contributor Author

It's like a Batsignal went on.

Good to know about the environment variable; thanks for pointing it out.

jreback added a commit that referenced this pull request May 18, 2014
CLN: Python 3.4 deprecation of assert_
@jreback jreback merged commit a0b9a6a into pandas-dev:master May 18, 2014
@jreback
Copy link
Contributor

jreback commented May 18, 2014

thanks!

I have to add the env variable usage to the wiki

@bwignall bwignall deleted the issue7131_assert branch May 18, 2014 17:01
@jreback jreback added this to the 0.14.0 milestone May 18, 2014
@jreback jreback mentioned this pull request May 22, 2014
6 tasks
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants