avoid bug of sqlalchemy 1.1.5 - 1.1.8
There is a bug of sqlalchemy reported below. https://bitbucket.org/zzzeek/sqlalchemy/issues/3952/ Which affects CI. The bug was introduced from 1.1.5. The fix is in sqlalchemy master repo and planned for 1.1.9. (which isn't released yet) Change-Id: I6f33e8b92aeb4ba4beb7a12d0f7c88615102d2cd Closes-Bug: #1678280
This commit is contained in:
parent
322f7271d4
commit
88a8e8ddcb
@ -280,7 +280,11 @@ simplejson>=2.2.0 # MIT
|
||||
six>=1.9.0 # MIT
|
||||
scipy>=0.17.1 # BSD
|
||||
scikit-learn>=0.17.1 # BSD
|
||||
SQLAlchemy>=1.0.10 # MIT
|
||||
# NOTE(yamahata):
|
||||
# bug work around of sqlalchemy
|
||||
# https://bitbucket.org/zzzeek/sqlalchemy/issues/3952/
|
||||
# The fix which is in git master branch is planned for 1.1.9
|
||||
SQLAlchemy>=1.0.10,!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT
|
||||
SQLAlchemy-Utils # BSD License
|
||||
sqlalchemy-migrate>=0.9.6 # Apache-2.0
|
||||
sqlparse>=0.2.2 # BSD
|
||||
|
@ -3,4 +3,4 @@
|
||||
|
||||
pyparsing==2.2.0;pulp
|
||||
psutil==5.2.0;os-refresh-config
|
||||
SQLAlchemy==1.1.8;mistral
|
||||
SQLAlchemy==1.1.9;mistral
|
||||
|
@ -124,7 +124,7 @@ tablib===0.11.4
|
||||
astroid===1.3.8
|
||||
virtualbmc===1.1.0
|
||||
deprecation===1.0
|
||||
SQLAlchemy===1.1.8
|
||||
SQLAlchemy===1.1.9
|
||||
pyroute2===0.4.13
|
||||
kazoo===2.2.1
|
||||
XStatic-roboto-fontface===0.5.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user