summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-03-08 07:57:56 -0600
committerMonty Taylor <mordred@inaugust.com>2018-03-08 09:46:24 -0600
commit621332cf36d80984d3283b13a6830df6fa16e9f7 (patch)
tree66a3402c6d03d3eb484596be2388b72c3b6cf298 /setup.cfg
parentb0574feed0c987183c724d876d117321f0973aa1 (diff)
downloadoslo-db-621332cf36d80984d3283b13a6830df6fa16e9f7.tar.gz
Remove tox_install.sh and align constraints consumption
As part of removing reliance on the old and deprecated zuul-cloner, we need to shift constraints declaration to the deps line. This means we unfortunately have to duplicate the extras declarations into test-requirements - because otherwise the contraints for oslo.db conflicts with the installation of itself. Change-Id: I2b79444a58a9144993131f9cba7494b236d9e950
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg19
1 files changed, 0 insertions, 19 deletions
diff --git a/setup.cfg b/setup.cfg
index 5f11ee3..f52322b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,25 +25,6 @@ mysql =
# or oslo.db[postgresql]
postgresql =
psycopg2>=2.6.2 # LGPL/ZPL
-# Dependencies for testing oslo.db itself.
-test =
- hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
- coverage!=4.4,>=4.0 # Apache-2.0
- eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
- fixtures>=3.0.0 # Apache-2.0/BSD
- mock>=2.0.0 # BSD
- python-subunit>=1.0.0 # Apache-2.0/BSD
- oslotest>=3.2.0 # Apache-2.0
- oslo.context>=2.19.2 # Apache-2.0
- testrepository>=0.0.18 # Apache-2.0/BSD
- testtools>=2.2.0 # MIT
- os-testr>=1.0.0 # Apache-2.0
- bandit>=1.1.0 # Apache-2.0
-fixtures =
- testresources>=2.0.0 # Apache-2.0/BSD
- testscenarios>=0.4 # Apache-2.0/BSD
-pifpaf =
- pifpaf>=0.10.0 # Apache-2.0
[files]
packages =