public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/capturer/
Date: Sun,  8 Aug 2021 13:20:15 +0000 (UTC)	[thread overview]
Message-ID: <1628428725.610552dc857e60ee07e21464b3272abc19970e15.sbraz@gentoo> (raw)

commit:     610552dc857e60ee07e21464b3272abc19970e15
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 13:05:50 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 13:18:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610552dc

dev-python/capturer: enable py3.10 and disable py3.7, use epytest

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/capturer/capturer-3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/capturer/capturer-3.0.ebuild b/dev-python/capturer/capturer-3.0.ebuild
index 5e5bb588b34..cfb2c8736a4 100644
--- a/dev-python/capturer/capturer-3.0.ebuild
+++ b/dev-python/capturer/capturer-3.0.ebuild
@@ -1,9 +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} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -23,5 +23,5 @@ distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
 python_test() {
-	pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}"
+	epytest ${PN}/tests.py
 }


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

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08 13:20 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30  7:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/capturer/ Petr Vaněk
2024-06-30  7:30 Petr Vaněk
2024-02-14 16:44 Sam James
2024-01-30 15:15 Marek Szuba
2022-11-14  4:36 Michał Górny
2022-11-08  9:18 Andrew Ammerlaan
2020-09-28 17:03 Louis Sautier
2020-06-09 20:06 Michał Górny
2020-02-04 13:42 Michał Górny
2020-01-23  9:53 Joonas Niilola
2018-09-13 21:22 Patrice Clement
2017-05-03  7:37 Michał Górny
2017-04-29 18:49 Justin Lecher
2015-10-24 17:45 Justin Lecher
2015-10-23 13:13 Justin Lecher
2015-10-15  8:18 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=1628428725.610552dc857e60ee07e21464b3272abc19970e15.sbraz@gentoo \
    --to=sbraz@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