Skip to content

Commit

Permalink
TST: Ignore asdf warning for devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 13, 2022
1 parent e8cb2dc commit 7b47641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions reproject/adaptive/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def test_reproject_adaptive_2d_rotated():
return array_footprint_to_hdulist(array_out, footprint_out, header_out)


@pytest.mark.filterwarnings('ignore:asdf.* failed to load')
@pytest.mark.array_compare(single_reference=True)
@pytest.mark.parametrize('file_format', ['fits', 'asdf'])
def test_reproject_adaptive_roundtrip(file_format):
Expand Down
1 change: 1 addition & 0 deletions reproject/interpolation/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def test_reproject_with_output_array():
assert out_full is returned_array


@pytest.mark.filterwarnings('ignore:asdf.* failed to load')
@pytest.mark.array_compare(single_reference=True)
@pytest.mark.parametrize('file_format', ['fits', 'asdf'])
def test_reproject_roundtrip(file_format):
Expand Down

0 comments on commit 7b47641

Please sign in to comment.