commit:     bac1f1c5d1c0963105bff9abb961b96497291ed1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 09:56:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 10:35:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac1f1c5

dev-python/pytest-xdist: Fix remaining MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 1 +
 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 1 +
 2 files changed, 2 insertions(+)

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 5b9c4a8755a..be50bc941c8 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 e4160af000a..7fb26dbc101 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}]

Reply via email to