This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new 2994dcc  YETUS-452. Remove python2; rewrite python bits for python3 
(#10)
2994dcc is described below

commit 2994dcc5190611b9339d70a38747e94548428fa5
Author: Allen Wittenauer <[email protected]>
AuthorDate: Mon Nov 16 23:28:21 2020 -0800

    YETUS-452. Remove python2; rewrite python bits for python3 (#10)
---
 action.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/action.yml b/action.yml
index 43c91ab..9c6662d 100644
--- a/action.yml
+++ b/action.yml
@@ -53,9 +53,6 @@ inputs:
     description: 'Directory location of logs, temp space, etc'
     required: true
     default: "/tmp/yetus"
-  pip:
-    description: 'Major Python version to use for pip: pip2 or pip3'
-    default: pip3
   plugins:
     description: 'Fine grained control over plug-ins'
     default: 'all,-asflicense,-author,-findbugs,-gitlab,
@@ -63,9 +60,6 @@ inputs:
   project:
     description: 'Name of project to put on reports, default personality, etc'
     default: unknown
-  pylint:
-    description: 'Major Python version to use for pylint: pylint2 or pylint3'
-    default: pylint3
   reapermode:
     description: 'How to handle stale surefire tests'
     default: kill
@@ -97,9 +91,7 @@ runs:
     - --patch-dir=${{ inputs.patchdir }}
     - --plugins=${{ inputs.plugins }}
     - --project=${{ inputs.project }}
-    - --pylint-pip-cmd=${{ inputs.pip }}
     - --pylint-requirements=true
-    - --pylint=${{ inputs.pylint }}
     - --reapermode=${{ inputs.reapermode }}
     - --report-unknown-options=false
     - --revive-config=${{ inputs.reviveconfig }}

Reply via email to