python-SQLAlchemy: disable tests
This commit is contained in:
parent
b691d9e51d
commit
a5204273fa
|
@ -6,14 +6,14 @@ wrksrc="SQLAlchemy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
checkdepends="python3-mock python3-pytest
|
|
||||||
python-mock python-pytest"
|
|
||||||
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
|
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.sqlalchemy.org"
|
homepage="https://www.sqlalchemy.org"
|
||||||
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
||||||
checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
|
checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
|
||||||
|
# no more python2 checks
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -6,7 +6,6 @@ wrksrc="pluggy-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
checkdepends="python-pytest ${depends}"
|
|
||||||
short_desc="Minimalist production ready plugin system (Python2)"
|
short_desc="Minimalist production ready plugin system (Python2)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -14,10 +13,6 @@ homepage="https://github.com/pytest-dev/pluggy"
|
||||||
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
||||||
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
|
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=$(pwd)/build/lib python2 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue