summaryrefslogtreecommitdiff
path: root/tests-py3.txt
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2015-09-29 15:39:34 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2015-10-05 18:59:28 +0300
commit8d5ad73abe7a52ff8a4dbd96dac70b013b7cc704 (patch)
tree630b78e75291abdcb46c12c3f9062cc29c7e4f02 /tests-py3.txt
parent086ea396f242cb3aa02da22c608739d59e1e5651 (diff)
downloadnova-8d5ad73abe7a52ff8a4dbd96dac70b013b7cc704.tar.gz
[Py34] Enable api.openstack.test_mapper unit test
`webob.Response.body` returns binary value[*]. After changing type of expected value in assertEqual staatements, we can enable nova.tests.unit.api.openstack.test_mapper for Python 34 environments. [*] - https://github.com/Pylons/webob/blob/5429eec84f3fc751f82ee025049a4b329930d69a/webob/response.py#L350 Change-Id: I3936c42ca1749f68432ef35c64d4c8c02b93d304
Diffstat (limited to 'tests-py3.txt')
-rw-r--r--tests-py3.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-py3.txt b/tests-py3.txt
index 6a3f8eafe2..39e6346022 100644
--- a/tests-py3.txt
+++ b/tests-py3.txt
@@ -143,7 +143,6 @@ nova.tests.unit.api.openstack.compute.test_volumes.VolumeAttachTestsV21
nova.tests.unit.api.openstack.test_common.LimiterTest
nova.tests.unit.api.openstack.test_faults.TestFaultWrapper
nova.tests.unit.api.openstack.test_faults.TestFaults
-nova.tests.unit.api.openstack.test_mapper.MapperTest
nova.tests.unit.api.openstack.test_wsgi.JSONDeserializerTest
nova.tests.unit.api.openstack.test_wsgi.RequestTest
nova.tests.unit.api.openstack.test_wsgi.ResourceTest