16 buildPythonPackage rec {
22 inherit pname version;
23 hash = "sha256-JGqYpj5h9UoV0WEFyxVIjFZwc030HobHrw1dnAryQLk=";
26 patches = [ ./pytest-warn-none.patch ];
33 propagatedBuildInputs = [
46 # don't run tests that try to spin up jenkins
47 disabledTests = [ "systests" ];
49 pythonImportsCheck = [
52 "jenkinsapi.utils.jenkins_launcher"
56 description = "Python API for accessing resources on a Jenkins continuous-integration server";
57 homepage = "https://github.com/salimfadhley/jenkinsapi";
58 maintainers = with maintainers; [ drets ] ++ teams.deshaw.members;
59 license = licenses.mit;