python3Packages.ffmpeg-progress-yield: fix build

This commit is contained in:
ProxyVT
2025-08-31 16:53:09 +03:00
parent 8097ef437c
commit 4413d1df71
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
tqdm,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
ffmpeg,
@@ -31,16 +32,12 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
ffmpeg
procps
];
disabledTests = [
"test_quit"
"test_quit_gracefully"
];
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "ffmpeg_progress_yield" ];