summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 10:56:53 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 11:35:51 +0100
commitbac1f1c5d1c0963105bff9abb961b96497291ed1 (patch)
tree2cdc4d72221d179d7d5292ca732a509370063a25 /dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
parentdev-python/pytest-xdist: Bump to 1.30.0, py3.8 (diff)
downloadgentoo-bac1f1c5d1c0963105bff9abb961b96497291ed1.tar.gz
gentoo-bac1f1c5d1c0963105bff9abb961b96497291ed1.tar.bz2
gentoo-bac1f1c5d1c0963105bff9abb961b96497291ed1.zip
dev-python/pytest-xdist: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index e4160af000af..7fb26dbc1019 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/execnet[${PYTHON_USEDEP}]