Commit ff649083 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.compressai: disable test that fails in the sandbox on Darwin

Depends on optional osascript app which isn't in nixpkgs.
parent d13f5db7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -98,6 +98,9 @@ buildPythonPackage rec {
    # Cause pytest to hang on Darwin after the tests are done
    "tests/test_eval_model.py"
    "tests/test_train.py"

    # fails in sandbox as it tries to launch a web browser (which fails due to missing `osascript`)
    "tests/test_plot.py::test_plot[plotly-ms-ssim-rgb]"
  ];

  meta = {