[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 6 20:55:48 UTC 2020


    Date: Tuesday, October 6, 2020 @ 20:55:48
  Author: felixonmars
Revision: 719553

don't use pytest-runner when possible

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 20:54:30 UTC (rev 719552)
+++ PKGBUILD	2020-10-06 20:55:48 UTC (rev 719553)
@@ -12,7 +12,7 @@
          'python-cryptography' 'python-distro' 'python-mock' 'python-parsedatetime'
          'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
          'python-zope-interface')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
 optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
             'certbot-nginx: Nginx plugin for Let’s Encrypt client')
 replaces=("letsencrypt")
@@ -30,7 +30,7 @@
 
 check() {
   cd "$srcdir"/$pkgname-$pkgver
-  python setup.py pytest
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list