conda-forge / conda-forge/diffoscope-feedstock

restore ffmpeg 4.4

Open
#77 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.