Github user MBoustani commented on a diff in the pull request:
https://github.com/apache/climate/pull/37#discussion_r12936256
--- Diff: ocw/tests/test_utils.py ---
@@ -19,10 +19,12 @@
import urllib
import os
import datetime
+from dateutil.relativedelta import relativedelta
--- End diff --
Cam, I did not noticed that this is not built-in python. It seems I had it
installed already.
The reason I used it to make a 2 years of datatime values, so I made first
month and then added 24 months to it.
Alternate options are:
1- use 1 year for datetime values in test code and use list instead.
2- use a code that does not require dependency for increasing month for
more than year
working on it.....
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---