You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (Jira)" <ji...@apache.org> on 2019/10/28 16:22:00 UTC

[jira] [Closed] (BEAM-7884) Run pylint in Python 3

     [ https://issues.apache.org/jira/browse/BEAM-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentyn Tymofieiev closed BEAM-7884.
-------------------------------------
    Fix Version/s: 2.17.0
       Resolution: Fixed

> Run pylint in Python 3
> ----------------------
>
>                 Key: BEAM-7884
>                 URL: https://issues.apache.org/jira/browse/BEAM-7884
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system, sdk-py-core
>            Reporter: Udi Meiri
>            Assignee: Chad Dombrova
>            Priority: Major
>             Fix For: 2.17.0
>
>
> Currently run_pylint.sh only runs in tox environment py27-lint.
> py35-lint uses another script named run_mini_py3lint.sh.
> 1. Make run_pylint.sh run and pass for py35-lint. Might have to add some ignores to .pylintrc (such as useless-object-inheritance), and might have to rename some deprecated functions (such as s/assertRaisesRegexp/assertRaisesRegex/).
> 2. Make sure all tests in run_mini_py3lint.sh are in run_pylint.sh and remove run_mini_py3lint.sh.
> 3. (optional) Remove py27-lint?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)