summaryrefslogtreecommitdiff
path: root/tests/frontend/configurable_warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/configurable_warnings.py')
-rw-r--r--tests/frontend/configurable_warnings.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/frontend/configurable_warnings.py b/tests/frontend/configurable_warnings.py
index f756aae2b..52cb03cec 100644
--- a/tests/frontend/configurable_warnings.py
+++ b/tests/frontend/configurable_warnings.py
@@ -19,11 +19,7 @@ def get_project(fatal_warnings):
"name": "test",
"element-path": "elements",
"plugins": [
- {
- "origin": "local",
- "path": "plugins",
- "elements": {"warninga": 0, "warningb": 0, "corewarn": 0,},
- }
+ {"origin": "local", "path": "plugins", "elements": {"warninga": 0, "warningb": 0, "corewarn": 0,},}
],
"fatal-warnings": fatal_warnings,
}
@@ -53,9 +49,7 @@ def build_project(datafiles, fatal_warnings):
("warningb.bst", [CoreWarnings.OVERLAPS], False, None),
],
)
-def test_fatal_warnings(
- cli, datafiles, element_name, fatal_warnings, expect_fatal, error_domain
-):
+def test_fatal_warnings(cli, datafiles, element_name, fatal_warnings, expect_fatal, error_domain):
if HAVE_SANDBOX == "buildbox" and error_domain != ErrorDomain.STREAM:
pytest.xfail()
project_path = build_project(datafiles, fatal_warnings)