astropy / pyregion

ds9 region parser for python
https://pyregion.readthedocs.io
MIT License
39 stars 38 forks source link

Enabling raising deprecation warnings as exceptions #99

Closed bsipocz closed 7 years ago

bsipocz commented 7 years ago

This should be merged only after #54 and related PRs are sorted out and merged.

When this passes it closes #46.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 63.13% when pulling cab419250a0a779ba63221a964a3886dfe3bec10 on bsipocz:conftest_enable_depwarn into e3098747ecc9f3d1f49c00a1eebcb34b5d5b1996 on astropy:master.

cdeil commented 7 years ago

After merging #100 I restarted the builds on travis-ci and appveyor here. They are both passing now.

I assume this means that this PR should be merged ... doing it now. (we can always back out again if we get fails from warnings later)

Thanks, @bsipocz !