From 585542bfcd8b2662ab0448c4e100fcb4716a0dd5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 5 Nov 2023 19:00:19 +0100 Subject: dev-python/vdirsyncer: Remove dep on pytest-subtesthack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/vdirsyncer') 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}] ) " -- cgit v1.2.3-65-gdbad