Skip to content
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

Deprecation warnings with Dateutil 2.5 #6155

Closed
jenshnielsen opened this issue Mar 14, 2016 · 4 comments
Closed

Deprecation warnings with Dateutil 2.5 #6155

jenshnielsen opened this issue Mar 14, 2016 · 4 comments
Milestone

Comments

@jenshnielsen
Copy link
Member

After the release of Dateutil 2.5 I am seeing a number of Deprecation warnings when running the test suite:

It's not a big issue at the moment but we should preferably fix this before 2.0 so we remain compatible with future versions of Dateutil.

/Users/jhn/Envs/mplmaster/lib/python3.5/site-packages/dateutil/rrule.py:415: DeprecationWarning: Using both 'count' and 'until' is inconsistent with RFC 2445 and has been deprecated in dateutil. Future versions will raise an error.
@tacaswell tacaswell added this to the 2.0 (style change major release) milestone Mar 14, 2016
@pganssle
Copy link
Member

This line is likely the culprit. I think probably the best solution is to incorporate the old behavior into the rrulewrapper.

@tacaswell
Copy link
Member

Can we just drop the use of count there?

@jenshnielsen
Copy link
Member Author

@tacaswell I thinks so. The code clearly already takes into account the fact that the number of ticks may be larger than MAXTICKS and thus larger than count

@jenshnielsen
Copy link
Member Author

fixed by #6190

@QuLogic QuLogic modified the milestones: 1.5.2 (Critical bug fix release), 2.0 (style change major release) Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants