Commit 1c283954 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove default for MD5 file to fix other tests

parent 76891618
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -136,7 +136,6 @@ def pytest_addoption(parser):
    parser.addoption(
        "--selection_be_md5_file",
        type=Path,
        default=Path(),
        help="Path to file with md5 sums for the reference signals of the selection-BE test"
    )