Commit 34685a86 authored by Martin Weinelt's avatar Martin Weinelt Committed by Matthieu Coudron
Browse files

python3Packages.cmd2: don't require vim for tests

It causes a huge rebuild chain when updating vim, that affects, among
others qemu and ceph.
parent 906d3fa9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
, pythonOlder
, setuptools-scm
, typing-extensions
, vim
, wcwidth
}:

@@ -47,7 +46,12 @@ buildPythonPackage rec {
    pytestCheckHook
    glibcLocales
    pytest-mock
    vim
  ];

  disabledTests = [
    # don't require vim for tests, it causes lots of rebuilds
    "test_find_editor_not_specified"
    "test_transcript"
  ];

  postPatch = ''