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
memcache =
python-memcached>=1.56
MongoDB =
mongodb =
pymongo>=3.0.2
bandit =
bandit>=0.13.2

View File

@ -11,7 +11,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[ldap]
.[memcache]
.[MongoDB]
.[mongodb]
commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
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
nose
.[memcache]
.[MongoDB]
.[mongodb]
commands =
nosetests --with-coverage --cover-package=keystone \
keystone/tests/unit/auth/test_controllers.py \