-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Labels
Description
Steps to reproduce the failure(s) or link(s) to test output(s)
I tried installing test dependencies of astropy via spack install --test=root astropy
which somehow ends up running the install test. Afterwards, install test fails since it can't find astropy package.
More details to be provided soon. Will ping maintainers after looking into the issue a bit further.
Error message
python can't import astropy module (since it's not installed yet?), hence can't even run pytest, although I'm not sure if it should be running pytests during install phase.
Information on your system or the test runner
$ spack debug report
- Spack: 1.0.2
- Builtin repo: /mnt/local/sbulut/spack-1.0.2/dot.spack.user_cache/package_repos/fncqgg4/repos/spack_repo/builtin (32c54f0)
- Python: 3.9.21
- Platform: linux-rhel9-haswell
Additional information
No response
General information
- I have reported the version of Spack/Python/Platform/Runner
- I have run
spack maintainers <name-of-the-package>
and @mentioned any maintainers - I have uploaded any available logs
- I have searched the issues of this repo and believe this is not a duplicate