python3Packages.ffmpeg-progress-yield: fix build
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user