[build] type = "python" [dependencies] build = [ "python-setuptools-scm", "python-wheel", "git" ] optional = [ "python-psutil", "python-setproctitle", ] runtime = [ "python-execnet", "python-pytest", ] [package] description = "py.test xdist plugin for distributed testing and loop-on-failing modes" homepage = "https://github.com/pytest-dev/pytest-xdist" license = "MIT" name = "python-pytest-xdist" version = "3.8.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/pytest-dev/pytest-xdist.git#v$version"