Date: Sunday, April 23, 2023 @ 06:52:04
  Author: polyzen
Revision: 1448365

upgpkg: python-pytest-runner 6.0.0-4: Comment out tests

Fails trying to import barbazquux2 for some reason, and project has been 
deprecated for years.

Modified:
  python-pytest-runner/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-23 06:46:54 UTC (rev 1448364)
+++ PKGBUILD    2023-04-23 06:52:04 UTC (rev 1448365)
@@ -1,9 +1,10 @@
 # Maintainer: Felix Yan <[email protected]>
 
+# https://github.com/pytest-dev/pytest-runner#deprecation-notice
 pkgname=python-pytest-runner
 pkgver=6.0.0
 _commit=a3dc9f4c6afea684ed48da998958470ea41f3c00
-pkgrel=3
+pkgrel=4
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')
@@ -10,7 +11,7 @@
 url="https://github.com/pytest-dev/pytest-runner";
 depends=('python-pytest' 'python-setuptools')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-virtualenv' 'python-pytest-enabler')
+#checkdepends=('python-pytest-virtualenv' 'python-pytest-enabler')
 source=("git+https://github.com/pytest-dev/pytest-runner.git#commit=$_commit";)
 sha512sums=('SKIP')
 
@@ -19,10 +20,11 @@
   python -m build --wheel --no-isolation
 }
 
-check() {
-  cd pytest-runner
-  PYTHONPATH="$PWD" pytest
-}
+# Tries to import barbazquux2
+#check() {
+#  cd pytest-runner
+#  PYTHONPATH="$PWD" pytest
+#}
 
 package() {
   cd pytest-runner

Reply via email to