From 8a0cc0daf71cb9c3c66d4e8ccef9b99710eff026 Mon Sep 17 00:00:00 2001 From: Ludovic Beliveau Date: Fri, 6 May 2016 13:14:50 -0400 Subject: [PATCH] Trivial: No need to exclude TestMoveClaim from py34 tests The unit test nova.tests.unit.compute.test_tracker.TestMoveClaim doesn't need to be excluded from py34 testing. Both tox py27 and py34 can successfully test it without any changes. Change-Id: I5915b5df41d90bb3074baa7a4fa38d231910c72c Partially-Implements: blueprint nova-python3-mitaka --- tests-py3.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-py3.txt b/tests-py3.txt index 94fc07291be9..47ae45d1ae04 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -76,7 +76,6 @@ nova.tests.unit.compute.test_compute_cells.CellsComputeAPITestCase.test_create_w nova.tests.unit.compute.test_compute_mgr.ComputeManagerUnitTestCase.test_run_pending_deletes nova.tests.unit.compute.test_host_api.ComputeHostAPICellsTestCase nova.tests.unit.compute.test_resources.BaseTestCase -nova.tests.unit.compute.test_tracker.TestMoveClaim nova.tests.unit.console.test_websocketproxy.NovaProxyRequestHandlerBaseTestCase nova.tests.unit.consoleauth.test_consoleauth.ControlauthMemcacheEncodingTestCase nova.tests.unit.db.test_migrations.TestNovaMigrationsMySQL