[arch-commits] Commit in python-idna_ssl/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 20:14:49 UTC 2021
Date: Friday, December 3, 2021 @ 20:14:49
Author: foutrelis
Revision: 1064874
Fix tests
Modified:
python-idna_ssl/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 20:01:26 UTC (rev 1064873)
+++ PKGBUILD 2021-12-03 20:14:49 UTC (rev 1064874)
@@ -9,6 +9,7 @@
url="https://github.com/aio-libs/idna_ssl"
depends=('python' 'python-idna')
makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-asyncio' 'python-aiohttp' 'python-pytest-cov')
source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d')
@@ -19,7 +20,7 @@
check() {
cd "$srcdir"/idna-ssl-$pkgver
- python setup.py test
+ pytest
}
package() {
More information about the arch-commits
mailing list