Skip to content

Commit 0fcaa4b

Browse files
committed
Fixed a few typos which were causing errors in Travis.
1 parent 0d7693b commit 0fcaa4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tmp_downloadurl = urls[formatlist.index('CSV')]# Licensed under a 3-clause BSD style license - see LICENSE.rst
1+
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
from __future__ import print_function
33
import time
44
import sys

astroquery/cosmosim/tests/test_cosmosim_remote.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
SKIP_TESTS = not(HAS_KEYRING and ESO_IMPORTED)
1919

20-
@pytest.mark.skipif('SKIP_TESTS')
21-
@remote_data
22-
class TestEso:
23-
def __init__():
20+
#@pytest.mark.skipif('SKIP_TESTS')
21+
#@remote_data
22+
#class TestEso:
23+
# def __init__():
2424

0 commit comments

Comments
 (0)