repo/gentoo:master commit in: dev-python/python-gammu/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 07:48:07 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785914813.60f964c7e07596856bbdf5109d2448c69a3fe602.mgorny@gentoo> |
commit: 60f964c7e07596856bbdf5109d2448c69a3fe602
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 07:13:04 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 07:26:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f964c7
dev-python/python-gammu: Run tests using pytest
Closes: https://bugs.gentoo.org/979333
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-gammu/python-gammu-3.4.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-gammu/python-gammu-3.4.0.ebuild b/dev-python/python-gammu/python-gammu-3.4.0.ebuild
index dee915e0420e..ff4b3c773ed0 100644
--- a/dev-python/python-gammu/python-gammu-3.4.0.ebuild
+++ b/dev-python/python-gammu/python-gammu-3.4.0.ebuild
@@ -42,11 +42,12 @@ BDEPEND="
DOCS=( AUTHORS NEWS.rst README.rst )
-distutils_enable_tests unittest
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
python_test() {
rm -rf gammu || die
- eunittest
+ epytest
}
python_install_all() {