Skip to content

Commit 09bca2f

Browse files
author
Lukas Pielsticker
committed
remove marks for pytest fixture (needed for pytest>9)
1 parent 8002ed8 commit 09bca2f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/dataconverter/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def fixture_template():
4949
return template
5050

5151

52-
@pytest.mark.usefixtures("template")
5352
@pytest.fixture(name="filled_test_data")
5453
def fixture_filled_test_data(template, tmp_path):
5554
"""pytest fixture to setup a filled in template."""

tests/dataconverter/test_writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
)
3333

3434

35-
@pytest.mark.usefixtures("filled_test_data")
3635
@pytest.fixture(name="writer")
3736
def fixture_writer(filled_test_data, tmp_path):
3837
"""pytest fixture to setup Writer object to be used by tests with dummy data."""

0 commit comments

Comments
 (0)