19 buildPythonPackage rec {
25 inherit pname version;
26 hash = "sha256-bKRfjfUZu8ByLGEEnee35EKkZfp/P1Urltc1+ib9WyY=";
30 # only a small portion of the listed packages are actually needed for running the tests
31 # so instead of removing them one by one remove everything
32 rm test-requirements.txt
41 sphinxBuilders = [ "man" ];
54 # check in passthru.tests.pytest to escape infinite recursion with stestr
57 pythonImportsCheck = [ "cliff" ];
60 pytest = callPackage ./tests.nix { };
64 description = "Command Line Interface Formulation Framework";
65 homepage = "https://github.com/openstack/cliff";
66 license = licenses.asl20;
67 maintainers = teams.openstack.members;