Skip to content

Commit

Permalink
remove not needed warning filter from test
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 7, 2024
1 parent c7af44c commit 2f39eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asdf/_tests/test_file_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_empty_file():
assert len(ff._blocks.blocks) == 0


@pytest.mark.filterwarnings("ignore::asdf.exceptions.AsdfDeprecationWarning")
def test_not_asdf_file():
buff = io.BytesIO(b"SIMPLE")
buff.seek(0)
Expand Down

0 comments on commit 2f39eb4

Please sign in to comment.