diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-26 23:32:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-27 00:48:36 +0100 |
commit | 789aad59047c6d9d01bdba1c6fc817d382777a60 (patch) | |
tree | 29426ea8e399a1a2319ca679fc0b243beede37fa /dev-python/dask | |
parent | net-analyzer/yersinia: x86 stable (bug #757084) (diff) | |
download | gentoo-789aad59047c6d9d01bdba1c6fc817d382777a60.tar.gz gentoo-789aad59047c6d9d01bdba1c6fc817d382777a60.tar.bz2 gentoo-789aad59047c6d9d01bdba1c6fc817d382777a60.zip |
dev-python/dask: Remove remnants of pytest-xdist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dask')
-rw-r--r-- | dev-python/dask/dask-2.30.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/dask/dask-2.30.0.ebuild b/dev-python/dask/dask-2.30.0.ebuild index 4b9d0e642eb4..a5abd834df0e 100644 --- a/dev-python/dask/dask-2.30.0.ebuild +++ b/dev-python/dask/dask-2.30.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 multiprocessing +inherit distutils-r1 DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" HOMEPAGE="https://dask.org/" @@ -29,7 +29,6 @@ BDEPEND=" test? ( dev-python/moto[${PYTHON_USEDEP}] dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] ) " |