Commit 83e69397 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.blessed: disable test_sixel on darwin

parent 32754d23
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
@@ -41,6 +42,11 @@ buildPythonPackage {
    rm tox.ini
  '';

  disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
    # Fail with several AssertionError
    "tests/test_sixel.py"
  ];

  meta = {
    homepage = "https://github.com/jquast/blessed";
    description = "Thin, practical wrapper around terminal capabilities in Python";