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


Commits:
a58776f9 by Carl Smedstad at 2024-10-06T14:56:46+02:00
upgpkg: 6.0.5-3: Drop unneeded python-pytest-cov dependency

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = python-multidict
        pkgdesc = Asyncio-based multidict implementation for Python
        pkgver = 6.0.5
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/aio-libs/multidict
        arch = x86_64
        license = Apache-2.0
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        checkdepends = python-pytest
        checkdepends = python-psutil
        checkdepends = python-perf


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
 _pkgname=multidict
 pkgname=python-${_pkgname}
 pkgver=6.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
 arch=('x86_64')
 license=('Apache-2.0')
 depends=('python' 'glibc')
 makedepends=('cython' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest' 
'python-psutil' 'python-perf')
+checkdepends=('python-pytest' 'python-pytest' 'python-psutil' 'python-perf')
 
source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('500d3b2a139d40442462a2b49f9dd0c01631643ef9905367d8b7c472a1030437c26a042a28e11ba94058a17821628d96f19ec6ca479d5831e2f1263ff0069871')
 
b2sums=('668b5db8174c0dbc6651eae281f777d5c1dfb59a4f4d9d5301355148bf40063e33e26844d2f8ff543ebe7b9c91cf7fffb4abd57ca6786684757f50af27b7df56')
@@ -26,7 +26,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-multidict/-/commit/a58776f9fe48da083e58de1d7522ee8c9ab0a97b

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


Reply via email to