repo/gentoo:master commit in: dev-python/ast-serialize/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786803472.3604f091e7db028e7199715f1628fcba605bdfd3.mgorny@gentoo> |
commit: 3604f091e7db028e7199715f1628fcba605bdfd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 14:17:52 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 14:17:52 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604f091
dev-python/ast-serialize: Run cargo test as well
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ast-serialize/ast-serialize-0.8.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/ast-serialize/ast-serialize-0.8.0.ebuild b/dev-python/ast-serialize/ast-serialize-0.8.0.ebuild
index 8c3b36b42f18..49018273d6e1 100644
--- a/dev-python/ast-serialize/ast-serialize-0.8.0.ebuild
+++ b/dev-python/ast-serialize/ast-serialize-0.8.0.ebuild
@@ -229,3 +229,7 @@ src_unpack() {
pypi_src_unpack
cargo_src_unpack
}
+
+python_test_all() {
+ cargo_src_test
+}