From a5204273fa092a81879878a7144fe3023f799882 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 14:47:23 +0200 Subject: [PATCH] python-SQLAlchemy: disable tests --- srcpkgs/python-SQLAlchemy/template | 4 ++-- srcpkgs/python-pluggy/template | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index 359aa5084f2..e037cc375ba 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -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 " 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 diff --git a/srcpkgs/python-pluggy/template b/srcpkgs/python-pluggy/template index 13eae9e2950..91f5b58a4e4 100644 --- a/srcpkgs/python-pluggy/template +++ b/srcpkgs/python-pluggy/template @@ -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 " 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 }