Closed edublancas closed 1 year ago
when looking at the logs, I realized that removing the examples/
argument in pytest did not reduce the number of executed tests (362):
before: https://github.com/ploomber/sklearn-evaluation/actions/runs/4236644410/jobs/7361699546 after: https://github.com/ploomber/sklearn-evaluation/actions/runs/4284932945/jobs/7462572384
so I think we can re-add them by splitting in two pytest calls (one that passes the examples/ and another one that passes the other arguments) - the latter can contain the xdist argument
@edublancas not sure why but splitting it into 2 commands made it worse than where we started.
unless we find a solution, I think we should revert the changes to pre xdist then
This connects to https://github.com/ploomber/contributing/issues/28
it was removed by mistake on https://github.com/ploomber/sklearn-evaluation/pull/295