Diff dask-2023.9.2 with a dask-2023.9.3

/usr/portage/dev-python/dask/dask-2023.9.3.ebuild 2023-10-09 14:52:30.272368370 +0300
6 6
DISTUTILS_USE_PEP517=setuptools
7 7
PYTHON_COMPAT=( python3_{10..11} )
8 8

  
9
inherit distutils-r1
9
inherit distutils-r1 multiprocessing
10 10

  
11 11
DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
12 12
HOMEPAGE="
......
42 42
		dev-python/moto[${PYTHON_USEDEP}]
43 43
		dev-python/numexpr[${PYTHON_USEDEP}]
44 44
		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
45
		dev-python/pytest-xdist[${PYTHON_USEDEP}]
45 46
		dev-python/scipy[${PYTHON_USEDEP}]
46 47
	)
47 48
"
......
81 82
	fi
82 83

  
83 84
	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
84
	epytest -p pytest_rerunfailures -m "not network"
85
	epytest -p pytest_rerunfailures -m "not network" \
86
		-p xdist -n "$(makeopts_jobs)"
85 87
}
Thank you!