Loading pkgs/development/python-modules/ffmpeg-progress-yield/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, tqdm, pytest-asyncio, pytestCheckHook, pythonOlder, ffmpeg, Loading Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/ffmpeg-progress-yield/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, tqdm, pytest-asyncio, pytestCheckHook, pythonOlder, ffmpeg, Loading Loading @@ -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" ]; Loading