Caltech-IPAC / irsa-tutorials

IRSA Tutorials
https://caltech-ipac.github.io/irsa-tutorials/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

CI: warnings should fail test runs #23

Open bsipocz opened 2 months ago

bsipocz commented 2 months ago

e.g.

seip_service2= vo.dal.sia2.SIAService('https://irsa.ipac.caltech.edu/SIA')

WARNING: AstropyDeprecationWarning: The SIAService class is deprecated and may be removed in a future version.
        Use SIA2Service instead. [warnings]
bsipocz commented 2 months ago

Note that we do fail the sphinx build on warnings, but that doesn't fail on deprecation warnings, so I'm still looking for a solution that takes the usual pytest filterwarnings config into consideration.