Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: cleanup test data #2342

Merged
merged 5 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ include README.rst
include CHANGES.rst
include CITATION
include astroquery/CITATION
include astroquery/splatalogue/data/*

include ah_bootstrap.py
include setup.py
include setup.cfg
include pyproject.toml
include tox.ini

recursive-include astroquery *.py
recursive-include docs *
Expand Down
21 changes: 0 additions & 21 deletions astroquery/besancon/tests/data/query_return.html

This file was deleted.

69 changes: 0 additions & 69 deletions astroquery/cadc/tests/data/datalink_result.xml

This file was deleted.

29 changes: 0 additions & 29 deletions astroquery/cadc/tests/data/job_1.vot

This file was deleted.

Binary file removed astroquery/cds/tests/data/moc2.fits
Binary file not shown.
3 changes: 2 additions & 1 deletion astroquery/cds/tests/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


def get_package_data():
paths_test = [os.path.join('data', '*.json')]
paths_test = [os.path.join('data', '*.json'),
os.path.join('data', '*.fits')]

return {'astroquery.cds.tests': paths_test}
Empty file.
Empty file.
Loading