dc9ff5da88
This is an important update and should be merged ASAP. Latest release of setuptools 8.0 introduced new rules which make current constraints on SQLAlchemy invalid. As a temporary workaround all the jenkins slave nodes have a cap on setuptools version, but it is going to be removed soon. Change-Id: I7d3d203f47a1d9eb940132930d5dbb82655515ee
24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=0.9.2,<0.10
|
|
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
posix_ipc
|
|
sqlalchemy-migrate>=0.9.1,!=0.9.2
|
|
testrepository>=0.0.18
|
|
testresources>=0.2.4
|
|
testscenarios>=0.4
|
|
testtools>=0.9.36,!=1.2.0
|
|
unittest2
|
|
|
|
# Some of the tests use real MySQL and Postgres databases
|
|
MySQL-python
|
|
psycopg2
|
|
|
|
# doc build requirements
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|