summaryrefslogtreecommitdiff
path: root/dev-python/base58
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/base58')
-rw-r--r--dev-python/base58/base58-2.1.1-r1.ebuild11
1 files 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 ae40d10902f1..5afffda0e301 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