Skip to content

Commit

Permalink
Merge pull request astropy#287 from pllim/fix-ci
Browse files Browse the repository at this point in the history
TST: Fix CI
  • Loading branch information
Cadair committed May 17, 2022
2 parents 19c81e1 + 29bc336 commit 4f5e943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
test_extras: test
test_command: pytest -p no:warnings --pyargs reproject
secrets:
pypi_token: ${{ secrets.pypi_token }}
pypi_token: ${{ secrets.pypi_token }}
1 change: 0 additions & 1 deletion reproject/adaptive/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def prepare_test_data(file_format):
return data, wcs, target_wcs


@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: 0 additions & 1 deletion reproject/interpolation/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ def test_reproject_with_output_array(roundtrip_coords):
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 4f5e943

Please sign in to comment.