diff --git a/tests/unit/test_io_hdf5_h5tools.py b/tests/unit/test_io_hdf5_h5tools.py index e983bf511..2efea40d6 100644 --- a/tests/unit/test_io_hdf5_h5tools.py +++ b/tests/unit/test_io_hdf5_h5tools.py @@ -771,10 +771,6 @@ def setUp(self): self.manager = get_foo_buildmanager() self.path = get_temp_filepath() - def tearDown(self): - if os.path.exists(self.path): - os.remove(self.path) - def test_expand_false(self): # Setup all the data we need foo1 = Foo('foo1', [1, 2, 3, 4, 5], "I am foo1", 17, 3.14)