-
Notifications
You must be signed in to change notification settings - Fork 6
fix: added support for taskcluster-taskgraph v16.2.1 #117
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,11 +27,6 @@ def test_payload_builders(graph_config): | |
| does_not_raise(), | ||
| id="shipit_valid", | ||
| ), | ||
| pytest.param( | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this an accidental removal?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No as we update graph config schema to allow extra parameters not defined in the schema, somewhere in taskgraph 12 and I just updating this to ensure this test doesn't fail once we swap over to 16.2. So this test just became redundant so I though it would be best to remove it
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| {"shipit": {"product": "foo", "extra": "bar"}}, | ||
| pytest.raises(Exception), | ||
| id="shipit_invalid", | ||
| ), | ||
| ), | ||
| ) | ||
| def test_graph_config(make_graph_config, extra_config, expectation): | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.