Skip to content

new test for build-scripts transitive #18238

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

Open
wants to merge 1 commit into
base: develop2
Choose a base branch
from

Conversation

memsharded
Copy link
Member

Changelog: Omit
Docs: Omit

Close #18235

@@ -85,6 +86,40 @@ def build(self):
assert "MYFUNCTION CMAKE A: Hello world A!!!" in c.out


def test_transitive_build_scripts_error():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a functional test? Looks like an integration one (maybe add light=True)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this one is more an integration test, but it was developed here because of being very close to the topic of the other tests in this file, while I couldn't find a better location in integration that wouldn't be a new test file just for this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] assert on indirect build-scripts dependency
2 participants