Loading tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -970,7 +970,7 @@ def reference_path(request) -> str: path = str(path.resolve()) if request.config.option.update_ref == "0" and not request.config.option.compare_to_input: if request.config.option.update_ref == "0" and not request.config.option.compare_to_input and not request.config.option.peaq_binaural: if not os.path.isdir(path): raise FileNotFoundError( f"REF path {path} not found!\nPlease generate the references, first!\n!" Loading Loading
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -970,7 +970,7 @@ def reference_path(request) -> str: path = str(path.resolve()) if request.config.option.update_ref == "0" and not request.config.option.compare_to_input: if request.config.option.update_ref == "0" and not request.config.option.compare_to_input and not request.config.option.peaq_binaural: if not os.path.isdir(path): raise FileNotFoundError( f"REF path {path} not found!\nPlease generate the references, first!\n!" Loading