Skip to content

Are nose and parameterized neccessary as dependencies? #628

@RobRoseKnows

Description

@RobRoseKnows

Currently in requirements/dev.txt both nose and pytest are listed as requirements. As far as I can tell though, nose isn't being used at all and could be cut from requirements. This would probably speed up Travis builds.

Additionally, I'm not sure parameterized is needed either since pytest has built-in parameterization. Some of the test decorators would have to be rewritten slightly to use @pytest.mark.parametrize instead of @parameterize but removing it as a dependency would also probably speed up CI. I can do that, but I want to make sure I'm not missing something first.

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