diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-23 10:56:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-23 11:35:51 +0100 |
commit | bac1f1c5d1c0963105bff9abb961b96497291ed1 (patch) | |
tree | 2cdc4d72221d179d7d5292ca732a509370063a25 /dev-python/pytest-xdist | |
parent | dev-python/pytest-xdist: Bump to 1.30.0, py3.8 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild index 5b9c4a8755a1..be50bc941c8d 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild @@ -15,6 +15,7 @@ SLOT="0" LICENSE="MIT" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/execnet-1.1[${PYTHON_USEDEP}] 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}] |