sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Broaden setup.py package data glob to install pkl.gz and ecsv.gz test data #303

Closed jeanconn closed 7 months ago

jeanconn commented 7 months ago

Description

Broaden setup.py package data glob to install pkl.gz and ecsv.gz test data. This is a tiny fix for #300 .

Interface impacts

Testing

Tested with a local ska3-masters but with this kadi PR "python setup.py installed".

Unit tests

Independent check of unit tests by [REVIEWER NAME]

Functional tests

Unit tests don't pass without this fix and show errors like

E           FileNotFoundError: validation regression data /fido.real/conda/envs/ska3-masters/lib/python3.10/site-packages/kadi/commands/tests/data/validators_2022297_5_True.pkl.gz not found.
E           Run `python -m kadi.commands.tests.test_validate` to generate it.