Skip to content

Commit 7e957ff

Browse files
committed
remove pylint from python 3.7
1 parent c477d8f commit 7e957ff

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

sdks/python/test-suites/tox/py310/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
plugins { id 'org.apache.beam.module' }
2424
applyPythonNature()
2525

26+
task lint {}
27+
check.dependsOn lint
28+
2629
toxTask "lintPy310", "py310-lint"
2730
lint.dependsOn lintPy310
2831

sdks/python/test-suites/tox/py37/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ applyPythonNature()
2626
// Required to setup a Python 3 virtualenv and task names.
2727
pythonVersion = '3.7'
2828

29-
task lint {}
30-
check.dependsOn lint
31-
32-
toxTask "lintPy37", "py37-lint"
33-
lint.dependsOn lintPy37
34-
35-
toxTask "mypyPy37", "py37-mypy"
36-
lint.dependsOn mypyPy37
37-
3829
apply from: "../common.gradle"
3930

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

0 commit comments

Comments
 (0)