Skip to content

Commit

Permalink
removed useless @pytest.mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Lene committed Sep 11, 2024
1 parent a40d709 commit 2bc68aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def reset_call_count():


@pytest.fixture
@pytest.mark.parametrize('file_type', ['pickle', 'json'])
def hash_store_path(file_type: str) -> Path:
top_directory = Path(mkdtemp())
return Path(NamedTemporaryFile(dir=top_directory, suffix=f'.{file_type}').name)

0 comments on commit 2bc68aa

Please sign in to comment.