Commit 8d336cb
committed
Cap aniso8601 for python 2.7 environments
aniso8601==8.1.0 * raises ValuError in case of non-string arguments
passed to get_date_resolution and parse_date methods.
It is ok for Python3 envs, but backward incompatible for Python 2.7
where we are passing unicode (at least in unittests).
* https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst1 parent 84ae836 commit 8d336cb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments