python3-subunit: disable broken tests
tests need python3-testscenarios which was in checkdepends, but was never packaged
This commit is contained in:
parent
d74defc64b
commit
cef3331f03
1 changed files with 1 additions and 1 deletions
|
@ -5,13 +5,13 @@ revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-testtools"
|
depends="python3-testtools"
|
||||||
checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
|
|
||||||
short_desc="Subunit test reporting and controlling protocol"
|
short_desc="Subunit test reporting and controlling protocol"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="BSD-3-Clause, Apache-2.0"
|
license="BSD-3-Clause, Apache-2.0"
|
||||||
homepage="https://github.com/testing-cabal/subunit"
|
homepage="https://github.com/testing-cabal/subunit"
|
||||||
distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
|
distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
|
||||||
checksum=aeae24f7990e3a952b843c5bd54423d2fbe34b25c733250642027d65de00b529
|
checksum=aeae24f7990e3a952b843c5bd54423d2fbe34b25c733250642027d65de00b529
|
||||||
|
make_check=no # requires unpackaged python3-testscenarios
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense BSD
|
vlicense BSD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue