Skip to content

Instantly share code, notes, and snippets.

@abotalov
Created March 21, 2018 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abotalov/2f8c1fcdefe8f9471f968b55994e944b to your computer and use it in GitHub Desktop.
Save abotalov/2f8c1fcdefe8f9471f968b55994e944b to your computer and use it in GitHub Desktop.
Pytest issue
from xdist.scheduler import LoadScopeScheduling
def pytest_xdist_make_scheduler(config, log):
return LoadScopeScheduling(config, log)
def test_answer():
assert 5 == 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment