Skip to content

Cap aniso8601 for python 2.7 environments #259

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
Dec 17, 2020
Merged

Cap aniso8601 for python 2.7 environments #259

merged 1 commit into from
Dec 17, 2020

Conversation

andreykurilin
Copy link
Contributor

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).

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.rst
@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #259 (253fd89) into master (84ae836) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files          19       19           
  Lines        2705     2705           
=======================================
  Hits         2620     2620           
  Misses         85       85           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84ae836...8d336cb. Read the comment docs.

@j5awry j5awry merged commit 570d5c6 into python-restx:master Dec 17, 2020
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

Successfully merging this pull request may close these issues.

2 participants