astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Default template settings don't pass initial test #456

Closed bmorris3 closed 1 year ago

bmorris3 commented 4 years ago

I'm currently working with the latest version of the package-template to build a new package, and I'm unexpected getting test failures both locally and on Travis when I try to run the tests. Anyone know where I need to insert astropy to fix tox? Thanks!

Cadair commented 4 years ago

This template should probably be rebased off / merge in the openastronomy one as I have implemented proper tests for the template which would catch this there.

@bmorris3 I would think you need to add it in install_requires in the setup.cfg file.

bmorris3 commented 4 years ago

That fixed it, thanks @Cadair! Sorry I couldn't get there myself 😄

pllim commented 1 year ago

https://github.com/astropy/package-template#deprecation-warning