diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 11:49:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 12:01:26 +0100 |
commit | 81f193ff7b0be86db7ce7cceee24159d2fdce82a (patch) | |
tree | 49fd572ff16a129ff0145da05c96060cfacff998 /dev-python/atomicwrites | |
parent | dev-python/wcwidth: Enable py3.8 (diff) | |
download | gentoo-81f193ff7b0be86db7ce7cceee24159d2fdce82a.tar.gz gentoo-81f193ff7b0be86db7ce7cceee24159d2fdce82a.tar.bz2 gentoo-81f193ff7b0be86db7ce7cceee24159d2fdce82a.zip |
dev-python/atomicwrites: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atomicwrites')
-rw-r--r-- | dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild index cf4f6bdb77d3..85b1e5aa6843 100644 --- a/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild +++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild index fa0256dcacf6..12017592573b 100644 --- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild +++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="doc test" +RESTRICT="!test? ( test )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |