Skip to content

twistedchecker fails on Python 3.6 #130

@rodrigc

Description

@rodrigc

twistedchecker cannot run on Python 3.6
This must remain on Python 3.5.
If you look at the logs: https://travis-ci.org/twisted/twisted/jobs/261731629 , this error is there:

AttributeError: 'TreeRebuilder3k' object has no attribute 'visit_joinedstr'

This is fixed upstream in newer versions of pylint and astroid: pylint-dev/pylint#1113

However, twistedchecker cannot use these new versions, because it monkey patches some internals
of astroid. So we need to keep the twistedchecker stuff on Python 3.5 for now,
until we can update twistedchecker to work with newer versions of astroid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions