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

dependencies: restrict max version of wtforms #229

Merged
merged 2 commits into from Jun 2, 2021

Conversation

ppanero
Copy link
Member

@ppanero ppanero commented Jun 1, 2021

closes #228

includes release commit and changelog

CI has been broken for the last 5 months... installation takes forever locally (is been resolving for the las 40')

@ppanero ppanero force-pushed the deps branch 2 times, most recently from 5d9b305 to 7090099 Compare June 1, 2021 10:41
Copy link

@fenekku fenekku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the requirements taking forever, we may have to add 'flask>=1.1,<2' 😞
Just commenting since I can't merge and these changes might be needed too.

'invenio-i18n>=1.2.0',
'invenio-theme>=1.3.4',
'pyjwt>=1.5.0',
'requests-oauthlib>=1.1.0,<1.2.0',
'WTForms-Alchemy>=0.15.0',
'WTForms>=2.0.0,<3.0.0',
]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The invenio-db constraints also needs to be updated to: '>=1.0.9,<2.0.0' for mysql, postgresl, sqlite.

Copy link

@fenekku fenekku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup that's good to go :shipit: !

@@ -71,6 +71,19 @@ def init_app(app):
SQLALCHEMY_TRACK_MODIFICATIONS=True,
TESTING=True,
WTF_CSRF_ENABLED=False,
APP_THEME="semantic-ui",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed, we have fixed it in pytest-invenio:
inveniosoftware/pytest-invenio@15c15bd

can you try to bump the pytest-invenio>=1.4.2?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem to work, bumped here jrcastro2#1, but not working.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, the fixtures are not using pytest-invenio ones. It requires too many changes at the moment.

Pablo Panero added 2 commits June 2, 2021 16:52
* dependencies: bump invenio-base (flask and werkzeug limit)

* dependencies: bump invenio-db

* Add missing config variables
@ntarocco ntarocco merged commit 0217e68 into inveniosoftware:master Jun 2, 2021
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.

pin wtforms >2,<3 in invenio-oauth2server (and release)
4 participants