Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmmerer <[email protected]>
  • Loading branch information
matthias-k committed Mar 8, 2024
1 parent 4c41726 commit 65230e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def pytest_addoption(parser):
parser.addoption("--nomatlab", action="store_true", default=False, help="don't run matlab tests")
parser.addoption("--nooctave", action="store_true", default=False, help="don't run octave tests")
parser.addoption("--notheano", action="store_true", default=False, help="don't run slow theano tests")
parser.addoption("--nodownload", action="store_true", default=False, help="don't download external data)
parser.addoption("--nodownload", action="store_true", default=False, help="don't download external data")


def pytest_collection_modifyitems(config, items):
Expand Down

0 comments on commit 65230e5

Please sign in to comment.