public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-instafail/
Date: Mon, 16 Aug 2021 19:04:56 +0000 (UTC)	[thread overview]
Message-ID: <1628906003.9105d0ffe0796b8c7d5eeefbaea65012676c6e7e.jian@gentoo> (raw)

commit:     9105d0ffe0796b8c7d5eeefbaea65012676c6e7e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Aug 13 19:55:49 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Aug 14 01:53:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9105d0ff

dev-python/pytest-instafail: bump EAPI and python

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .../pytest-instafail/pytest-instafail-0.4.2.ebuild | 30 +++++-----------------
 1 file changed, 7 insertions(+), 23 deletions(-)

diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
index 0599a10ad..44da12ecc 100644
--- a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
+++ b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Plugin for pytest that shows failures and errors instantly"
@@ -16,28 +15,13 @@ SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
-RDEPEND="
-	>=dev-python/pytest-2.9[${PYTHON_USEDEP}]
-"
-BDEPEND="test? (
-		dev-python/pexpect[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
-	)
-"
+RDEPEND=">=dev-python/pytest-2.9[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pexpect[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
 
-python_prepare_all() {
-	# pexpect.exceptions.EOF: End Of File (EOF). Exception style platform.
-	sed -i -e 's:test_print_stacktrace_once_with_pdb:_&:' \
-		test_instafail.py  || die
-
-	distutils-r1_python_prepare_all
-}
-
 python_test() {
-	distutils_install_for_testing
-	pytest -vv || die "Testsuite failed under ${EPYTHON}"
+	epytest --deselect test_instafail.py::TestInstafailingTerminalReporter::test_print_stacktrace_once_with_pdb
 }


             reply	other threads:[~2021-08-16 20:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 19:04 Jian Lin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-22 14:41 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-instafail/ Andrew Ammerlaan
2020-05-18 16:27 Andrew Ammerlaan
2020-04-16  9:59 Andrew Ammerlaan
2020-03-31 10:21 Andrew Ammerlaan
2020-03-31  9:07 Andrew Ammerlaan
2020-03-29 13:21 Andrew Ammerlaan
2020-03-29 13:21 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628906003.9105d0ffe0796b8c7d5eeefbaea65012676c6e7e.jian@gentoo \
    --to=jlin.gentoo@outlook.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox