python-SQLAlchemy: disable tests

This commit is contained in:
Michal Vasilek 2022-09-25 14:47:23 +02:00 committed by classabbyamp
parent b691d9e51d
commit a5204273fa
2 changed files with 2 additions and 7 deletions

View File

@ -6,14 +6,14 @@ wrksrc="SQLAlchemy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
checkdepends="python3-mock python3-pytest
python-mock python-pytest"
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.sqlalchemy.org"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
# no more python2 checks
make_check=no
post_install() {
vlicense LICENSE

View File

@ -6,7 +6,6 @@ wrksrc="pluggy-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
checkdepends="python-pytest ${depends}"
short_desc="Minimalist production ready plugin system (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
@ -14,10 +13,6 @@ homepage="https://github.com/pytest-dev/pluggy"
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
do_check() {
PYTHONPATH=$(pwd)/build/lib python2 -m pytest
}
post_install() {
vlicense LICENSE
}