-
Notifications
You must be signed in to change notification settings - Fork 60
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
BUG: problems with package_contents: lib:
tests
#1153
Comments
h-vetinari
changed the title
BUG: problems with
BUG: problems with Nov 2, 2024
package_contents: libs:
package_contents: lib:
tests
The syntax is wrong - it should be "if: unix" not "if unix:" |
gah, that's a trap I'm sure to fall into several times (as it diverges from how to write this in vanilla python...) |
If you use VS Code they should show you that it's not according to the JSON spec :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In, the libaries are not named according to the usual pattern, but using the
package_contents
tests apparently is not compatible with selectors?For zlib, I'm currently using
which causes
Also "expected a scalar value" sounds bad, because some packages contain several libraries (and so obviously it needs to be possible to put a list under
lib:
).The text was updated successfully, but these errors were encountered: