pytest still runs the slow nosetests
We used to export NOSE_EVAL_ATTR="not slow"
to have nosetets skip some tests but now in this project, we run all tests with pytests and pytests ignores this env variable.
We used to export NOSE_EVAL_ATTR="not slow"
to have nosetets skip some tests but now in this project, we run all tests with pytests and pytests ignores this env variable.