Loading conformance-test/conftest.py +0 −3 Original line number Diff line number Diff line Loading @@ -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', ) Loading @@ -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', ) Loading @@ -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', ) Loading Loading
conformance-test/conftest.py +0 −3 Original line number Diff line number Diff line Loading @@ -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', ) Loading @@ -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', ) Loading @@ -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', ) Loading