Commit 50a8493e authored by norvell's avatar norvell
Browse files

Fix arguments in test_26252.py

parent ad601fc5
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ def pytest_addoption(parser):
        "--encoder_path",
        action="store",
        help="path to encoder binary IVAS_cod(.exe)",
        required=True,
        type=pathlib.Path,
        default='./bin/IVAS_cod',
    )
@@ -45,7 +44,6 @@ def pytest_addoption(parser):
        "--decoder_path",
        action="store",
        help="path to decoder binary IVAS_dec(.exe)",
        required=True,
        type=pathlib.Path,
        default='./bin/IVAS_dec',
    )
@@ -53,7 +51,6 @@ def pytest_addoption(parser):
        "--renderer_path",
        action="store",
        help="path to renderer binary IVAS_rend(.exe)",
        required=True,
        type=pathlib.Path,
        default='./bin/IVAS_rend',
    )