diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-13 14:04:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-13 14:04:41 +0000 |
| commit | bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc (patch) | |
| tree | 57a259a57c1f6df468700e08b2918f8a380449ad /dev-python/pytest/pytest-7.1.2.ebuild | |
| parent | 27c4c392e99adae8a219bf11a8f257fa2d4786f5 (diff) | |
| download | baldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.tar.gz baldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.tar.xz baldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest/pytest-7.1.2.ebuild')
| -rw-r--r-- | dev-python/pytest/pytest-7.1.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest/pytest-7.1.2.ebuild b/dev-python/pytest/pytest-7.1.2.ebuild index 93d4f1daeaaa..f712f9aa1afd 100644 --- a/dev-python/pytest/pytest-7.1.2.ebuild +++ b/dev-python/pytest/pytest-7.1.2.ebuild @@ -39,15 +39,18 @@ BDEPEND=" dev-python/argcomplete[${PYTHON_USEDEP}] >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] >=dev-python/pygments-2.7.2[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/xmlschema[${PYTHON_USEDEP}] - ' python3_{8..10} pypy3) + ' python3_{7..10} pypy3) ) " +PATCHES=( + "${FILESDIR}/${P}-py311.patch" +) + src_test() { # workaround new readline defaults echo "set enable-bracketed-paste off" > "${T}"/inputrc || die @@ -56,7 +59,7 @@ src_test() { } python_test() { - if ! has "${EPYTHON}" python3.{8..10} pypy3; then + if ! has "${EPYTHON}" python3.{8..11} pypy3; then einfo "Skipping tests on ${EPYTHON}" return fi |
