-
Notifications
You must be signed in to change notification settings - Fork 56
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
Test dependencies ignored when include_recipe is false #328
Comments
moqmar
added a commit
to ZEISS/boa
that referenced
this issue
Mar 20, 2023
moqmar
added a commit
to ZEISS/boa
that referenced
this issue
May 5, 2023
moqmar
added a commit
to ZEISS/boa
that referenced
this issue
Sep 22, 2023
moqmar
added a commit
to ZEISS/boa
that referenced
this issue
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When setting
include_recipe: false
, boa won't install the test dependencies before running the test scripts.I have crafted the following minimal recipe to reproduce the bug:
As a workaround, I modified
run_build.py
from line 395 like this, but I am not sure if that has other implications e.g. with multi-output packages:The text was updated successfully, but these errors were encountered: