Skip to content

Commit e53984e

Browse files
committed
Fix.
1 parent 545c07b commit e53984e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_normal_execution_w_plugin.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
)
1717
@pytest.mark.parametrize("products", [("out.txt",), ("out_1.txt", "out_2.txt")])
1818
def test_execution_w_varying_dependencies_products(
19-
runner,
20-
tmp_path,
21-
dependencies,
22-
products,
19+
runner, tmp_path, dependencies, products
2320
):
2421
source = f"""
2522
import pytask

0 commit comments

Comments
 (0)