From cef3331f03124175a0a2136c053d119fc350e1d7 Mon Sep 17 00:00:00 2001 From: Emi Vasilek Date: Thu, 21 Sep 2023 08:26:30 +0200 Subject: [PATCH] python3-subunit: disable broken tests tests need python3-testscenarios which was in checkdepends, but was never packaged --- srcpkgs/python3-subunit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template index 61b7bbc42b5..ef7b18886dc 100644 --- a/srcpkgs/python3-subunit/template +++ b/srcpkgs/python3-subunit/template @@ -5,13 +5,13 @@ revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-testtools" -checkdepends="python3-hypothesis python3-testscenarios python3-fixtures" short_desc="Subunit test reporting and controlling protocol" maintainer="Alex Childs " license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/testing-cabal/subunit" distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz" checksum=aeae24f7990e3a952b843c5bd54423d2fbe34b25c733250642027d65de00b529 +make_check=no # requires unpackaged python3-testscenarios post_install() { vlicense BSD