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
feat: Adding support for pytest-xdist and pytest-parallel (#1365)
Closing #1364
Auto-add parameters for `pytest` when we detect that `pytest-xdist` or `pytest-parallel` are installed through the `requirements.txt` or `requirements-test.txt` files.
Setting the options to auto, as we can't assume what's the best number would be for the various environments the tests will run on.
# Pytest will return 5 when no tests are collected. This can happen
222
-
# on travis where slow and flaky tests are excluded.
223
-
# See http://doc.pytest.org/en/latest/_modules/_pytest/main.html
# Pytest will return 5 when no tests are collected. This can happen
234
+
# on travis where slow and flaky tests are excluded.
235
+
# See http://doc.pytest.org/en/latest/_modules/_pytest/main.html
0 commit comments