Skip to content

Commit f09a12a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce47266 commit f09a12a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,13 @@ def backend(request):
136136
request.node.add_marker(
137137
pytest.mark.xfail(reason=f"expect {func_name} to fail as specified")
138138
)
139-
139+
140140
# If this backend is not selected by only_* markers, do not even attempt setup
141141
if only_backends and param_id not in only_backends:
142142
pytest.skip(
143143
f"skipping {func_name} as specified to only look at: {', '.join(only_backends)}"
144144
)
145145

146-
147146
tensor_config, optimizer_config = request.param
148147

149148
tensor = getattr(pyhf.tensor, tensor_config[0])(**tensor_config[1])

0 commit comments

Comments
 (0)