summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-05 19:00:19 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-05 19:04:01 +0100
commit585542bfcd8b2662ab0448c4e100fcb4716a0dd5 (patch)
tree8141e2ecb8e758c687328abeb71ff86b6459f6ab
parentdev-python/ansi2html: Enable py3.12 (diff)
downloadgentoo-585542bfcd8b2662ab0448c4e100fcb4716a0dd5.tar.gz
gentoo-585542bfcd8b2662ab0448c4e100fcb4716a0dd5.tar.bz2
gentoo-585542bfcd8b2662ab0448c4e100fcb4716a0dd5.zip
dev-python/vdirsyncer: Remove dep on pytest-subtesthack
Remove the dependency on dev-python/pytest-subtesthack. The package is discontinued, and the test suite passes without it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
index 8a9cad263bff..fb656166c00a 100644
--- a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
+++ b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi systemd
@@ -32,7 +32,6 @@ BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
- dev-python/pytest-subtesthack[${PYTHON_USEDEP}]
)
"