diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-23 12:53:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-23 12:53:49 +0000 |
| commit | a2e014df33e7834a8ba95c375273bced704585ef (patch) | |
| tree | 732513c52429dee731055676a15e9108105f5309 /dev-python/pytest-forked | |
| parent | db63b8a9946a58a339914cd9fcfc9ea85ae662fb (diff) | |
| download | baldeagleos-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.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 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 |
