summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 09:26:59 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 09:49:31 +0200
commit2d5fd8a5d978b5d61433dcd92a2690910a47c4db (patch)
treebb16597943b5cd4f93ba5b3e5f4297f5f13c70fc /dev-python/tenacity
parentdev-gap/spinsym: Stabilize 1.5.2 amd64, #931511 (diff)
downloadgentoo-2d5fd8a5d978b5d61433dcd92a2690910a47c4db.tar.gz
gentoo-2d5fd8a5d978b5d61433dcd92a2690910a47c4db.tar.bz2
gentoo-2d5fd8a5d978b5d61433dcd92a2690910a47c4db.zip
dev-python/tenacity: Test with <dev-python/pytest-8.2
I've switched to testing via unittest, because the test suite is broken with dev-python/pytest-8.2.0, but apparently upstream introduced some pytest dependency already. Closes: https://bugs.gentoo.org/931550 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tenacity')
-rw-r--r--dev-python/tenacity/tenacity-8.3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/tenacity/tenacity-8.3.0.ebuild b/dev-python/tenacity/tenacity-8.3.0.ebuild
index 74ae0b01468e..07f870f16ac3 100644
--- a/dev-python/tenacity/tenacity-8.3.0.ebuild
+++ b/dev-python/tenacity/tenacity-8.3.0.ebuild
@@ -21,9 +21,10 @@ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
+ <dev-python/pytest-8.2[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
dev-python/typeguard[${PYTHON_USEDEP}]
)
"
-distutils_enable_tests unittest
+distutils_enable_tests pytest