diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-12 14:13:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-12 14:25:47 +0200 |
commit | b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9 (patch) | |
tree | c82b1067688f90ab196ac747924c3a0dfd85c874 /dev-python/pyproject-fmt-rust | |
parent | dev-python/aiostream: Remove old (diff) | |
download | gentoo-b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9.tar.gz gentoo-b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9.tar.bz2 gentoo-b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9.zip |
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>
Diffstat (limited to 'dev-python/pyproject-fmt-rust')
-rw-r--r-- | dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild | 3 |
1 files changed, 1 insertions, 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 } |