diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-19 10:00:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-19 10:05:06 +0100 |
commit | 2a27296f0169ae7a1df0d7c5ae31144d762a7960 (patch) | |
tree | 8fdb6f49f00956f9f0cbcc6d84a96e9f6f3aa361 /dev-python/pytest-fixture-config | |
parent | dev-python/pytest-fixture-config: Remove old (diff) | |
download | gentoo-2a27296f0169ae7a1df0d7c5ae31144d762a7960.tar.gz gentoo-2a27296f0169ae7a1df0d7c5ae31144d762a7960.tar.bz2 gentoo-2a27296f0169ae7a1df0d7c5ae31144d762a7960.zip |
dev-python/pytest-fixture-config: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild index d848cde95a3e..d437a78d0416 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] |