Remove S3 middleware tests from tox.ini

The middleware was moved to the keystonemiddleware project and no longer
needs to be tested here.

Change-Id: Ic4ac0d2558ced56eeadd6241159188c49fcceb6e
This commit is contained in:
David Stanek 2014-08-06 18:45:28 +00:00
parent e926d9d15f
commit 8084b2ce6f

View File

@ -32,7 +32,6 @@ commands =
keystone/tests/test_injection.py \
keystone/tests/test_matchers.py \
keystone/tests/test_policy.py \
keystone/tests/test_s3_token_middleware.py \
keystone/tests/test_singular_plural.py \
keystone/tests/test_sizelimit.py \
keystone/tests/test_sql_migrate_extensions.py \