Skip to content

Commit

Permalink
remove pylint from python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Nov 11, 2022
1 parent c477d8f commit 7e957ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions sdks/python/test-suites/tox/py310/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
plugins { id 'org.apache.beam.module' }
applyPythonNature()

task lint {}
check.dependsOn lint

toxTask "lintPy310", "py310-lint"
lint.dependsOn lintPy310

Expand Down
9 changes: 0 additions & 9 deletions sdks/python/test-suites/tox/py37/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ applyPythonNature()
// Required to setup a Python 3 virtualenv and task names.
pythonVersion = '3.7'

task lint {}
check.dependsOn lint

toxTask "lintPy37", "py37-lint"
lint.dependsOn lintPy37

toxTask "mypyPy37", "py37-mypy"
lint.dependsOn mypyPy37

apply from: "../common.gradle"

// TODO(https://github.com/apache/beam/issues/20051): Remove this once tox uses isolated builds.
Expand Down

0 comments on commit 7e957ff

Please sign in to comment.