python3-subunit: disable broken tests

tests need python3-testscenarios which was in checkdepends, but was never
packaged
This commit is contained in:
Emi Vasilek 2023-09-21 08:26:30 +02:00 committed by Emi Vasilek
parent d74defc64b
commit cef3331f03
1 changed files with 1 additions and 1 deletions

View File

@ -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 <misuchiru03+void@gmail.com>"
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