Skip to content

Commit

Permalink
Filter out astropy deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Aug 6, 2020
1 parent 5bc4790 commit a8ca7b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sunpy/net/helio/tests/test_helio.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ def test_select_table(client, monkeypatch):
assert client.select_table() is None


# Deprecation warning from astropy, fixed in 4.0.2
# (https://github.com/astropy/astropy/pull/10085)
@pytest.mark.filterwarnings('ignore:tostring() is deprecated')
@pytest.mark.remote_data
def test_time_query(client):
start = '2005/01/03'
Expand Down

0 comments on commit a8ca7b6

Please sign in to comment.