Skip to content

Drop py2.6 support #92

Description

@goodboy

As the drop from pytest via pytest-dev/pytest#2812 we can now remove lingering code that is only in place to support old python.

See pytest-dev/pytest#2822 for comparable CI related changes that are likely appropriate.

Some stuff I can think of off hand includes:

  • set logic for checking missing hookcall args can be modernized to use new {,} declarations and dict.viewkeys().
  • str.format() method now supports automatic numbering in py2.7+
  • leveraging collections.OrderedDict to simplify some of the internal data structures for managing hooks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    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