Python3: fix barbican.tests.api.controllers.test_cas
In Python 3, Response.body must be set to bytes. Partially implements: blueprint barbican-py3 Change-Id: I913d55bea89788b9ca4ad83fec8d96dc9ccd073c
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -29,6 +29,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
python -m testtools.run \
|
||||
barbican.tests.api.controllers.test_cas \
|
||||
barbican.tests.api.controllers.test_versions \
|
||||
barbican.tests.api.middleware.test_context \
|
||||
barbican.tests.api.middleware.test_simple \
|
||||
|
||||
Reference in New Issue
Block a user