commit:     167f5996f7d796f4bc002e7114f93a9e83f4ab54
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 12:38:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 12 13:05:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167f5996

dev-python/jellyfish: Run cargo test as well

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jellyfish/jellyfish-1.0.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/jellyfish/jellyfish-1.0.3.ebuild 
b/dev-python/jellyfish/jellyfish-1.0.3.ebuild
index 210b729bc9d2..78234653506d 100644
--- a/dev-python/jellyfish/jellyfish-1.0.3.ebuild
+++ b/dev-python/jellyfish/jellyfish-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -83,3 +83,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/jellyfish/_rustyfish.*.so"
 
 distutils_enable_tests pytest
+
+python_test_all() {
+       cargo_src_test
+}

Reply via email to