Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-yarl


Commits:
6c9c7444 by Carl Smedstad at 2024-10-06T18:10:15+02:00
upgpkg: 1.9.4-3: Drop unneeded checkdep python-pytest-cov

https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = python-yarl
        pkgdesc = Yet another URL library
        pkgver = 1.9.4
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/aio-libs/yarl/
        arch = x86_64
        license = Apache-2.0
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        checkdepends = python-pytest-xdist
        makedepends = cython
        makedepends = python-setuptools


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 _pkgname=yarl
 pkgname=python-yarl
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
 arch=('x86_64')
 license=('Apache-2.0')
 depends=('glibc' 'python' 'python-multidict' 'python-idna')
 makedepends=('cython' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel' 'python-expandvars')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-xdist')
+checkdepends=('python-pytest' 'python-pytest-xdist')
 
source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('e31a36539166034f3b231e1f9fc47b7d0d1aea0424b6054e1858eefa9f290350ee8b1c74bb90a120d6b9f3c13fe7b675d6e0676272b3222b788d479ae9fd3ff5')
 
b2sums=('c0022b32b41c1125d788c656883b3552314b138601fef72cc55ce90fc9986f44912395977ba6ac27d344c0a3593172265fb664eb6a696de9787a2474f61d14ce')
@@ -32,7 +32,7 @@ check() {
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   cd tests
-  ../test-env/bin/python -m pytest -v
+  ../test-env/bin/python -m pytest -v --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-yarl/-/commit/6c9c7444485a109abd4b4f22c9cd376c9eb1d424

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-yarl/-/commit/6c9c7444485a109abd4b4f22c9cd376c9eb1d424
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to