We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've faced with this issue during preparing this project for Guix when update Astropy to 6.0.0 requires it as external package.
According to tox.ini requires astropy itself to run tests:
tox.ini
astropy
This project:
astropy-iers-data/tox.ini
Lines 9 to 18 in 1198afe
Astropy project: https://github.com/astropy/astropy/blob/9ce2087bd81f9502c4fdb87168d1cccd1aee4f53/pyproject.toml#L41-L47
Is there any other way to test the project without astropy?
Thanks. Oleg
The text was updated successfully, but these errors were encountered:
This package is meant to be used by astropy. Why would you want to test this package without astropy?
You should install both first before testing any of them.
Sorry, something went wrong.
We could certainly include some basic tests here that aren't astropy-dependent.
Hi,
Thank you for your replay.
The issue is that each package is built separately in isolated environment to provide 100% reproducibility, one of the phase is to run unit tests:
to test astropy-iers-data -> install astropy -> install astropy-iers-data -> to test astropy-iers-data -> to head...
astropy-iers-data
@astrofrog Any unit tests which do no require astropy would be great. To run tests of astropy would have no issues.
@astrofrog , we need to figure this out quick because job is failing now that prevents data update. See #27 for more details. Thanks!
No branches or pull requests
I've faced with this issue during preparing this project for Guix when update Astropy to 6.0.0 requires it as external package.
According to
tox.ini
requiresastropy
itself to run tests:This project:
astropy-iers-data/tox.ini
Lines 9 to 18 in 1198afe
Astropy project:
https://github.com/astropy/astropy/blob/9ce2087bd81f9502c4fdb87168d1cccd1aee4f53/pyproject.toml#L41-L47
Is there any other way to test the project without
astropy
?Thanks.
Oleg
The text was updated successfully, but these errors were encountered: