-
Notifications
You must be signed in to change notification settings - Fork 205
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
blueprint-compiler: update to 0.14.0 #1547
base: master
Are you sure you want to change the base?
Conversation
e825a45
to
4939b90
Compare
Any idea what's going on with MacOS/Alpine failures? I can't seem to find any useful error messages in logs. |
Apparently no tests were ran, Cf. unittest documentation:
|
Anyway, no tests are discovered is the underlying issue, because of this: test('tests', py, args: ['-m', 'unittest'], workdir: meson.source_root()) And
So no tests are discovered. Once the call is patched to use
|
Install py3-gobject3 |
Needed for tests under Alpine. Signed-off-by: Rosen Penev <rosenp@gmail.com>
ef4d7b8
to
d7ff83c
Compare
That still does not fix the underlying problem: https://gitlab.gnome.org/jwestman/blueprint-compiler/-/merge_requests/192. |
Yeah. Unfortunate. |
"blueprint-compiler": { | ||
"_comment": "py3-gobject3 needed for tests", | ||
"alpine_packages": [ | ||
"py3-gobject" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"py3-gobject" | |
"py3-gobject3", | |
"gtk4.0", |
No description provided.