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


Commits:
3d9a6b98 by Carl Smedstad at 2024-10-06T11:10:49+02:00
upgpkg: 4.0.3-5: 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-async-timeout
        pkgdesc = Asyncio-compatible timeout class
        pkgver = 4.0.3
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/aio-libs/async-timeout
        arch = any
        license = Apache-2.0
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        checkdepends = python-pytest-asyncio
        checkdepends = python-pytest-aiohttp
        makedepends = python-setuptools


=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=4.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
 license=('Apache-2.0')
 depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-aiohttp')
 
source=(https://github.com/aio-libs/async-timeout/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('c63f1252d5fa878fdceb7a6894f1df6a73f92546e52a0b7999a5de429fd64ff8')
 
sha512sums=('cb5913647e99783ab6ef07901808baa09d7221fc5f1c6e49e7a3e35bf8b627a866277c6503418a00913c1a8f841514b0878a9469719ed7623d9d199de8df9ae8')
@@ -25,7 +25,7 @@ build() {
 
 check() {
   cd ${_pkgname}-${pkgver}
-  PYTHONPATH=. pytest tests
+  PYTHONPATH=. pytest --override-ini="addopts=" tests
 }
 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-timeout/-/commit/3d9a6b987bb13323d44f2b77b02e95959336676a

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


Reply via email to