commit: b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 12:13:14 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 12 12:25:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f0e274
dev-python/pyproject-fmt-rust: Run cargo_src_test in python_test_all
Run Cargo tests in python_test_all phase, to ensure that it uses one
of the Python implementation in PYTHON_COMPAT. That said, the tests
don't seem to really use Python, so we don't need to run them multiple
times.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild
b/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild
index f1aeeb1f08d4..80feabbfecf7 100644
--- a/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild
+++ b/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild
@@ -154,7 +154,6 @@ src_prepare() {
distutils-r1_src_prepare
}
-src_test() {
+python_test_all() {
cargo_src_test
- distutils-r1_src_test
}