Skip to content

Commit 22d0c30

Browse files
committed
Update test data paths
1 parent 4af3ad6 commit 22d0c30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

astroquery/eso/tests/setup_package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66

77
def get_package_data():
8-
paths = [os.path.join('data', '*.pickle'),
9-
os.path.join('data', '*.html'),
10-
os.path.join('data', '*.tbl'),
8+
paths = [os.path.join('data', '*.csv'),
119
os.path.join('data', '*.xml'),
1210
os.path.join('data', '*.json'),
1311
os.path.join('data', '*.fits*')

0 commit comments

Comments
 (0)