Skip to content

Commit

Permalink
tests: remove pytest marks on fixtures
Browse files Browse the repository at this point in the history
* we got a warning that marks on fixtures don't have an effect
  • Loading branch information
max-moser committed Feb 28, 2025
1 parent f2d2345 commit 6eadda8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/commands/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from invenio_cli.commands import ContainersCommands


@pytest.mark.skip()
@pytest.fixture(scope="function")
def expected_setup_calls():
return [
Expand All @@ -36,7 +35,6 @@ def expected_setup_calls():
]


@pytest.mark.skip()
@pytest.fixture(scope="function")
def expected_force_calls():
return [
Expand Down

0 comments on commit 6eadda8

Please sign in to comment.