diff --git a/pkgs/development/python-modules/cmd2/default.nix b/pkgs/development/python-modules/cmd2/default.nix index 8a7f9a5e1c8a..79cd6187ddb2 100644 --- a/pkgs/development/python-modules/cmd2/default.nix +++ b/pkgs/development/python-modules/cmd2/default.nix @@ -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 = ''