diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-23 07:55:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-23 12:00:18 +0200 |
commit | 53032c49e0b63a56fc520f5b03c14dce6effd34f (patch) | |
tree | 027918d519ee3afa4fb90588457eb62962d8dfc1 /dev-python/pytest-forked | |
parent | dev-python/cheroot: Bump to 8.4.0 (diff) | |
download | gentoo-53032c49e0b63a56fc520f5b03c14dce6effd34f.tar.gz gentoo-53032c49e0b63a56fc520f5b03c14dce6effd34f.tar.bz2 gentoo-53032c49e0b63a56fc520f5b03c14dce6effd34f.zip |
dev-python/pytest-forked: Remove RDEP on pytest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-1.2.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild index d1217706c9c8..eb87e973a811 100644 --- a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild @@ -18,12 +18,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ IUSE="test" RESTRICT="!test? ( test )" -RDEPEND=" - >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]" +# Please do not RDEPEND on pytest; this package won't do anything +# without pytest installed, and there is no reason to force older +# implementations on pytest. BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( ${RDEPEND} )" + test? ( + ${RDEPEND} + >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}] + )" python_test() { distutils_install_for_testing |