Skip to content

Commit 7ca3149

Browse files
Add discovery of required test files to setup_package.py
1 parent c3fbf16 commit 7ca3149

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

astroquery/ipac/irsa/tests/setup_package.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66

77
def get_package_data():
8-
paths = [os.path.join('data', '*.xml'),
9-
]
8+
paths = [
9+
os.path.join('data', '*.xml'),
10+
os.path.join('data', '*.html'),
11+
os.path.join('data', '*.tbl'),
12+
]
1013
return {'astroquery.ipac.irsa.tests': paths}

0 commit comments

Comments
 (0)