Skip to content

TST: require unittest2 for testing on Python 2.6? #8760

Closed
@shoyer

Description

@shoyer

There are some nice improvements available in the unittest module on Python 2.7 or later that aren't available on Python 2.6 without using the unittest2 library. In particular, I miss using assertRaises as a context manager and skiptest.

How about adding the module as a testing requirement on Python 2.6?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Testingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions