Commit 4413d1df authored by ProxyVT's avatar ProxyVT
Browse files

python3Packages.ffmpeg-progress-yield: fix build

parent 8097ef43
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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" ];