From cec27494a0a693e9bace8f86484adf6618723792 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Tue, 27 Jul 2021 11:05:17 +0200 Subject: [PATCH] dev-python/srt: add 3.4.1 tests Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto --- dev-python/srt/srt-3.4.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/srt/srt-3.4.1.ebuild b/dev-python/srt/srt-3.4.1.ebuild index 5b60b2ff67..b6159b07a2 100644 --- a/dev-python/srt/srt-3.4.1.ebuild +++ b/dev-python/srt/srt-3.4.1.ebuild @@ -15,6 +15,14 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64" +distutils_enable_tests pytest + +DEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) + " + src_prepare() { default