Skip to content

Remove unicode classes from test stubs #14512

Description

@JukkaL

Grep for references to class unicode under test-data/unit and remove all of them. There are bunch of them in test stubs, as leftovers from Python 2 support which was deleted recently.

Example in test-data/unit/fixtures/bool.pyi that can be deleted:

...
class unicode: pass
...

Update any tests that might depend on them.

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions