feat(analyzer): override paths using env variables
Allow overriding FFMPEG, FFPROBE, or LIQUIDSOAP paths using env variables.
This commit is contained in:
parent
9413bd5a29
commit
04e5a7e404
4 changed files with 14 additions and 7 deletions
|
@ -21,7 +21,7 @@ def test_analyze_playability(filepath):
|
|||
|
||||
def test_analyze_playability_missing_liquidsoap():
|
||||
with patch(
|
||||
"libretime_analyzer.pipeline.analyze_playability.LIQUIDSOAP_EXECUTABLE",
|
||||
"libretime_analyzer.pipeline._liquidsoap.LIQUIDSOAP",
|
||||
"foobar",
|
||||
):
|
||||
analyze_playability(str(FILES[0].path), {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue