commit: cf16f3de7532aa8f3e8013779279b559e008fa52
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 28 17:41:16 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Apr 28 18:20:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf16f3de
dev-python/base58: disable benchmark tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/base58/base58-2.1.1-r1.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild
b/dev-python/base58/base58-2.1.1-r1.ebuild
index 6e7a3510f..8a1bc3939 100644
--- a/dev-python/base58/base58-2.1.1-r1.ebuild
+++ b/dev-python/base58/base58-2.1.1-r1.ebuild
@@ -18,10 +18,13 @@ SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
- test? (
- dev-python/pyhamcrest[${PYTHON_USEDEP}]
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
- )
+ test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )
"
+EPYTEST_DESELECT=(
+ # need pytest-benchmark
+ test_base58.py::test_encode_random
+ test_base58.py::test_decode_random
+)
+
distutils_enable_tests pytest