You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.