conda-forge / conda-forge/diffoscope-feedstock
restore ffmpeg 4.4
- Dominant language
- Python
- Stars
- 2
- Forks
- 6
- Avg merge
- 4h 11m
- Merged PRs (30d)
- 2
Description
- blocked by conda-forge/ffmpeg-feedstock#100
In #76, we dropped `ffmpeg` from the `tools` package as the `conda-forge` version wasn't being correctly skipped, and is insufficient for the test output. Should restore, once available.
```
__________________________________ test_diff ___________________________________
differences = []
@skip_unless_tools_exist("ffprobe")
@skip_unless_tool_is_at_least("ffprobe", ffprobe_version, "4.4")
def test_diff(differences):
> assert_diff(differences[0], "mp3_expected_diff")
tests/comparators/test_ffprobe.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
difference = , filename = 'mp3_expected_diff'
def assert_diff(difference, filename):
> assert difference.unified_diff == get_data(filename)
E AssertionError
tests/utils/data.py:50: AssertionError
```
Contributor guide
Assessment
This issue has not been assessed yet.