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

test: fix external ones #946

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Conversation

blankoworld
Copy link
Contributor

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

Why are you opening this PR?

Because of problems on our US1293-doo-invenio32 branch with tests: https://travis-ci.org/github/blankoworld/rero-ils/jobs/678065871#L683

Something like that happens:

Exception: Install 'email_validator' for email validation support.

As explained at invenio Gitter room, we should limit wtforms to a version anterior to 2.3.0.

How to test?

Just look after Travis tests. They should pass.

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

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>
@blankoworld blankoworld force-pushed the doo-fix-wtforms-test branch from d4bd2a8 to ba9375d Compare April 22, 2020 10:41
@blankoworld blankoworld marked this pull request as ready for review April 22, 2020 11:38
@blankoworld blankoworld merged commit 62ea283 into rero:dev Apr 22, 2020
@blankoworld blankoworld deleted the doo-fix-wtforms-test branch April 25, 2020 19:53
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.

3 participants