Skip to content

Commit

Permalink
test: fix external ones
Browse files Browse the repository at this point in the history
After wtforms 2.3.0, Travis encount problems in external tests.

email_validator make an Exception as explained here:

https://gitter.im/inveniosoftware/invenio?at=5ea0006df39e5c2fbb955db8

This commit avoid this problem by fixing wtforms to a version anterior
to 2.3.0

* Adds your new feature.
* Fixes an existing issue, may closes #issue.
* Improves and existing feature.

Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
  • Loading branch information
blankoworld committed Apr 22, 2020
1 parent 0f502fe commit 62ea283
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 22 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ invenio-access = "<1.2.0"
invenio-records = ">=1.3.0"
# TODO: remove when sqlalchemy.exc.NoInspectionAvailable problem will be solved
SQLAlchemy = "<=1.3.15"
# TODO: remove when email_validator Exception disappears
WTForms = "<2.3.0"
email_validator = "*"
## RERO ILS specific python modules
PyYAML = ">=5.3.1"
dateparser = ">=0.7.0"
Expand Down
59 changes: 37 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62ea283

Please sign in to comment.