Merge "SQLAlchemy requirements put in order"

This commit is contained in:
Jenkins 2014-03-26 16:31:46 +00:00 committed by Gerrit Code Review
commit 690047d7b7
3 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@
# so they don't go to requirements.txt.
# Database (sqlalchemy) persistence:
SQLAlchemy<=0.7.99,<=0.9.99
SQLAlchemy>=0.7.8,<=0.9.99
alembic>=0.4.1
# Database (sqlalchemy) persistence with MySQL:

View File

@ -57,13 +57,13 @@ commands =
[testenv:py33]
deps = {[testenv]deps}
SQLAlchemy>=0.7.8,<=0.8.99
SQLAlchemy>=0.7.8,<=0.9.99
# NOTE(imelnikov): psycopg2 is not supported on pypy
[testenv:pypy]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
SQLAlchemy>=0.7.8,<=0.8.99
SQLAlchemy>=0.7.8,<=0.9.99
alembic>=0.4.1
kazoo>=1.3.1
kombu>=2.4.8
@ -88,7 +88,7 @@ deps =
[axis:sqlalchemy:sa7]
deps =
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
[axis:sqlalchemy:sa8]
deps =

20
tox.ini
View File

@ -84,39 +84,39 @@ commands =
[testenv:py33]
deps = {[testenv]deps}
SQLAlchemy>=0.7.8,<=0.8.99
SQLAlchemy>=0.7.8,<=0.9.99
[testenv:pypy]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
SQLAlchemy>=0.7.8,<=0.8.99
SQLAlchemy>=0.7.8,<=0.9.99
alembic>=0.4.1
kazoo>=1.3.1
kombu>=2.4.8
[testenv:py26-sa7-mysql-ev]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
MySQL-python
eventlet>=0.13.0
basepython = python2.6
[testenv:py26-sa7-mysql]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
MySQL-python
basepython = python2.6
[testenv:py26-sa7-pymysql-ev]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
pyMySQL
eventlet>=0.13.0
basepython = python2.6
[testenv:py26-sa7-pymysql]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
pyMySQL
basepython = python2.6
@ -174,27 +174,27 @@ basepython = python2.6
[testenv:py27-sa7-mysql-ev]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
MySQL-python
eventlet>=0.13.0
basepython = python2.7
[testenv:py27-sa7-mysql]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
MySQL-python
basepython = python2.7
[testenv:py27-sa7-pymysql-ev]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
pyMySQL
eventlet>=0.13.0
basepython = python2.7
[testenv:py27-sa7-pymysql]
deps = {[testenv]deps}
SQLAlchemy<=0.7.99
SQLAlchemy>=0.7.8,<=0.7.99
pyMySQL
basepython = python2.7