summaryrefslogtreecommitdiff
path: root/dev-python/pytest-forked
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-23 12:53:49 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-23 12:53:49 +0000
commita2e014df33e7834a8ba95c375273bced704585ef (patch)
tree732513c52429dee731055676a15e9108105f5309 /dev-python/pytest-forked
parentdb63b8a9946a58a339914cd9fcfc9ea85ae662fb (diff)
downloadbaldeagleos-repo-a2e014df33e7834a8ba95c375273bced704585ef.tar.gz
baldeagleos-repo-a2e014df33e7834a8ba95c375273bced704585ef.tar.xz
baldeagleos-repo-a2e014df33e7834a8ba95c375273bced704585ef.zip
Updating liguros repo
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r--dev-python/pytest-forked/pytest-forked-1.2.0.ebuild10
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 24c44adb8605..000d6236974f 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