Skip to content

TST: Fix dateutil version check #9725

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
Mar 25, 2015
Merged

Conversation

evanpw
Copy link
Contributor

@evanpw evanpw commented Mar 25, 2015

This allows the test to pass when using dateutil version 2.4.0

In [2]: '2.4.0' <= LooseVersion('2.4')
Out[2]: False

In [3]: '2.4.0' <= LooseVersion('2.4.0')
Out[3]: True

@jreback jreback added CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions labels Mar 25, 2015
jreback added a commit that referenced this pull request Mar 25, 2015
TST: Fix dateutil version check
@jreback jreback merged commit 31782f4 into pandas-dev:master Mar 25, 2015
@jreback
Copy link
Contributor

jreback commented Mar 25, 2015

thanks

@evanpw
Copy link
Contributor Author

evanpw commented Mar 25, 2015

Thank you!

@evanpw evanpw deleted the tslib_test branch March 25, 2015 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants