diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-15 08:40:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-15 10:37:49 +0200 |
commit | 6a46b29ef72c17949a7e1b941b6e0e9d49facee2 (patch) | |
tree | 9ae78ac8af4e98b3b9213c7c206f4aa1a3d50177 /dev-python/hpack | |
parent | dev-python/hyperframe: Enable tests (diff) | |
download | gentoo-6a46b29ef72c17949a7e1b941b6e0e9d49facee2.tar.gz gentoo-6a46b29ef72c17949a7e1b941b6e0e9d49facee2.tar.bz2 gentoo-6a46b29ef72c17949a7e1b941b6e0e9d49facee2.zip |
dev-python/hpack: Remove unnecessary pytest-xdist dep
Diffstat (limited to 'dev-python/hpack')
-rw-r--r-- | dev-python/hpack/hpack-3.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index caefcf33a67c..fb38cffa6ccf 100644 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -20,7 +20,6 @@ RDEPEND="" DEPEND="${RDEPEND} test? ( >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}] - >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}] >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] !!dev-python/pytest-relaxed[${PYTHON_USEDEP}] ) |