Skip to content

Commit

Permalink
fix slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Apr 2, 2024
1 parent 6a8a920 commit 67dab3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formats/image-dimension-stacking-tool/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def clean_directories() -> None:
def pytest_addoption(parser: pytest.Parser) -> None:
"""Add options to pytest."""
parser.addoption(
"--downloads",
"--slow",
action="store_true",
dest="downloads",
dest="slow",
default=False,
help="run tests that download large data files",
)
Expand Down

0 comments on commit 67dab3d

Please sign in to comment.