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