10 buildPythonPackage rec {
11 pname = "cmd2-ext-test";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-uTc+onurLilwQe0trESR3JGa5WFT1fCt3rRA7rhRpaY=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Plugin supports testing of a cmd2 application";
40 homepage = "https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];