Skip to content

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

2 participants