You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/python/test-suites/tox/py37/build.gradle
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,6 @@ applyPythonNature()
26
26
// Required to setup a Python 3 virtualenv and task names.
27
27
pythonVersion ='3.7'
28
28
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
-
38
29
apply from: "../common.gradle"
39
30
40
31
// TODO(https://github.com/apache/beam/issues/20051): Remove this once tox uses isolated builds.
0 commit comments