Date: Tuesday, October 6, 2020 @ 20:53:40 Author: felixonmars Revision: 719548
don't use pytest-runner when possible Modified: python-acme/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 20:53:36 UTC (rev 719547) +++ PKGBUILD 2020-10-06 20:53:40 UTC (rev 719548) @@ -10,7 +10,7 @@ url="https://github.com/certbot/certbot" depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 'python-pytz' 'python-requests' 'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt') -checkdepends=('python-pytest-runner') +checkdepends=('python-pytest') source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz") sha512sums=('b698c264b45d61429d5af04c42abf6df7743baf1241eccb80394498e8115656867f94dd96fdbe0536e1e6774566029f69b523a947700b1da58db012c3aad6e41') @@ -21,7 +21,7 @@ check() { cd acme-$pkgver - python setup.py pytest + python -m pytest } package() {
