]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove failing SafeFixture tests
authorAssaf Muller <amuller@redhat.com>
Mon, 29 Jun 2015 15:38:51 +0000 (11:38 -0400)
committerAssaf Muller <amuller@redhat.com>
Mon, 29 Jun 2015 15:43:49 +0000 (11:43 -0400)
commit8942fccf02e6e179d47582fdb2792a1ca972da21
treeae450ae0ca3f97378e81b92d8831962ca1647299
parentc24c3f4c9031aec7c7ad07b5937a9ce74a6e9fe1
Remove failing SafeFixture tests

The fixtures 1.3 release attempted to fix the fixtures resource
leak issue, but failed to do so completely. Our own SafeFixture
is still needed: The 1.3 release broke our SafeFixture tests,
but not the usage of SafeFixture itself. This patch removes
those failing tests for now to unbreak the gate. Jakub reported
a bug on fixtures 1.3:
https://bugs.launchpad.net/python-fixtures/+bug/1469759

We will continue to use SafeFixture until that bug is fixed
in fixtures, at which point we will be able to require
fixtures > 1.3.

Change-Id: I59457c3bb198ff86d5ad55a1e623d008f0034b8f
Closes-Bug: #1469734
neutron/tests/functional/test_tools.py [deleted file]