Closed cbgbt closed 7 years ago
Should this be run as part of the test suite?
They seem to not already be part of the test suite per this comment.
It could be worth running this during testing to ensure that it still works. If there's a way to get nose to conditionally run tests, we could disable this by default but run it in Travis.
Yep, nose has attributes we can tag tests with. It can then run only certain tests, depending on boolean combinations of attributes. I'm not against this. We'd have to rename this file so nose ventures into it by default.
Looks like someone else fixed this in #128, so I'll go ahead and close this. Sorry for my latency :).
After this change I was capable of running this benchmark with both Python 2 and Python 3.