public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/
Date: Mon,  2 Aug 2021 08:17:10 +0000 (UTC)	[thread overview]
Message-ID: <1627892199.8d0d06badb7fd3aa25e28fd925adb5a7b496ce2a.mgorny@gentoo> (raw)

commit:     8d0d06badb7fd3aa25e28fd925adb5a7b496ce2a
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 11:19:04 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 08:16:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d06ba

app-text/pytextile: use distutils_enable_tests for tests

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild b/app-text/pytextile/pytextile-4.0.1.ebuild
index 5e40cece116..917f4fe616e 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -17,39 +17,30 @@ SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-python/html5lib[${PYTHON_USEDEP}]
 	dev-python/regex[${PYTHON_USEDEP}]
 	dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
 
 S="${WORKDIR}/${MY_P}"
 
+distutils_enable_tests pytest
+
 src_prepare() {
 	default
 	# remove useless --cov arg injection
 	rm pytest.ini || die
 	# remove useless pytest-runner dep
 	sed -e "s/pytest-runner//g" -i setup.py || die
-
-	# remove tests that need network access
-	local my_drop_tests=(
-		test_getimagesize.py
-		test_imagesize.py
-		test_textile.py
-	)
-	for test in ${my_drop_tests[@]};
-		do rm "tests/$test" || die
-	done
 }
 
 python_test() {
-	pytest || die "Testsuite failed under ${EPYTHON}"
+	local deselect=(
+		# tests that need network access
+		tests/test_getimagesize.py
+		tests/test_imagesize.py
+		tests/test_textile.py
+	)
+	epytest ${deselect[@]/#/--deselect }
 }


             reply	other threads:[~2021-08-02  8:17 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02  8:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-11 16:17 [gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/ Michał Górny
2023-03-11 16:00 Sam James
2023-02-27 18:02 Michał Górny
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-05-31 20:22 Michał Górny
2020-08-31  1:26 Sam James
2020-08-22  5:50 Agostino Sarubbo
2020-08-17  7:01 Agostino Sarubbo
2020-08-15  7:31 Sergei Trofimovich
2020-07-15  8:06 Joonas Niilola
2020-07-15  8:06 Joonas Niilola
2020-03-07 15:03 Michał Górny
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07  9:44 Agostino Sarubbo
2020-03-07  8:59 Agostino Sarubbo
2020-02-11 11:38 Michał Górny
2018-10-16  0:01 Virgil Dupras
2018-10-16  0:01 Virgil Dupras
2018-06-27 19:29 Pacho Ramos
2017-02-18  9:54 David Seifert
2017-01-21 17:16 Agostino Sarubbo
2016-10-01 20:15 Patrick Lauer
2016-07-18  8:42 Patrick Lauer
2016-07-17 14:37 Patrick Lauer
2015-10-15  9:01 Justin Lecher

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=1627892199.8d0d06badb7fd3aa25e28fd925adb5a7b496ce2a.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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