Deprecate TemporaryFile context manager and tmpfile test fixture
This PR deprecates the gwpy.testing.utils.TemporaryFile
context manager function and the gwpy.testing.fixtures.tmpfile
test fixture. These are basically no longer required now that we can rely properly on the tmp_path
fixture from pytest.