conftest.py 302 B

1234567
  1. # Do not collect any tests in externals. This is more robust than using
  2. # --ignore because --ignore needs a path and it is not convenient to pass in
  3. # the externals path (very long install-dependent path in site-packages) when
  4. # using --pyargs
  5. def pytest_ignore_collect(path, config):
  6. return True