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@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-12 14:13:14 +02:00
parent 0f72e34e7f
commit b3f0e2740a

View File

@@ -154,7 +154,6 @@ src_prepare() {
distutils-r1_src_prepare
}
src_test() {
python_test_all() {
cargo_src_test
distutils-r1_src_test
}