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

models: add new pending state #123

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

audrium
Copy link
Member

@audrium audrium commented Apr 21, 2021

setup.py Outdated
@@ -41,7 +41,7 @@
install_requires = [
"alembic>=1.4.2",
"psycopg2-binary>=2.6.1",
"SQLAlchemy>=1.2.7",
"SQLAlchemy>=1.2.7,<1.4.0",
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we can isolate the pinning on Python 2.7 only since latest sqlalchemy-utils contains a fix:

Suggested change
"SQLAlchemy>=1.2.7,<1.4.0",
+ 'SQLAlchemy>=1.2.7 ; python_version>="3"',
+ 'SQLAlchemy>=1.2.7,<1.4 ; python_version>="2.7"',

Note: we still have Python 2 in REANA-DB because we need it to run tests on R-Commons, which should support Python 2.7 since it is a dependency of REANA-Client.

@audrium audrium force-pushed the 366-new-pending-state branch from af84ed6 to 8b74668 Compare April 27, 2021 12:26
@diegodelemos diegodelemos merged commit 8b74668 into reanahub:master Apr 27, 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.

workflow-run-manager: create new pending status
2 participants