-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Unit tests with GitHub Actions failing #1
Comments
Note PlasmaPy removed its requirements.txt file so that part will have to be rewritten to install dependencies from their pyproject.toml file. Could be simple using poetry? |
Test Summary for Core PyHC Packages
|
pysat made a release candidate with tests packaged along with the code.
|
@sapols which four fail? Probably astropy related stuff? I plan to have a (Is there consistency on whether |
Can you set the tests up to require in parallel instead of in serial? Right now hapiclient is blocking the runs for everybody else. |
We're going to attempt to automate running all core package unit tests with GitHub Actions. Ideally with multiple Python versions and OSs. The thinking being that if the unit tests pass, the latest versions of the core packages must all be compatible together (double check that reasoning to ensure we're thinking about this correctly...).
The tests currently fail. Fix them.
The text was updated successfully, but these errors were encountered: