Merge "Change mongodb extras to lowercase"

This commit is contained in:
Jenkins 2015-08-29 02:44:07 +00:00 committed by Gerrit Code Review
commit fa967420a0
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ ldap =
ldappool>=1.0 # MPL ldappool>=1.0 # MPL
memcache = memcache =
python-memcached>=1.56 python-memcached>=1.56
MongoDB = mongodb =
pymongo>=3.0.2 pymongo>=3.0.2
bandit = bandit =
bandit>=0.13.2 bandit>=0.13.2

View File

@ -11,7 +11,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
.[ldap] .[ldap]
.[memcache] .[memcache]
.[MongoDB] .[mongodb]
commands = bash tools/pretty_tox.sh '{posargs}' commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash whitelist_externals = bash
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
@ -20,7 +20,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
nose nose
.[memcache] .[memcache]
.[MongoDB] .[mongodb]
commands = commands =
nosetests --with-coverage --cover-package=keystone \ nosetests --with-coverage --cover-package=keystone \
keystone/tests/unit/auth/test_controllers.py \ keystone/tests/unit/auth/test_controllers.py \