Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-socksio


Commits:
00563682 by Jelle van der Waa at 2024-10-03T11:25:42+02:00
upgpkg: 1.0.0-5: stop generating unneeded coverage during build

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = python-socksio
        pkgdesc = Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
        pkgver = 1.0.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/sethmlarson/socksio
        arch = any
        license = BSD
-       checkdepends = python-pytest-cov
+       checkdepends = python-pytest
        makedepends = python-flit-core
        makedepends = python-build
        makedepends = python-installer


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 _pkgname=socksio
 pkgname=python-$_pkgname
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5'
 arch=(any)
 url='https://github.com/sethmlarson/socksio'
 license=(BSD)
 depends=(python)
 makedepends=(python-flit-core python-build python-installer python-wheel)
-checkdepends=(python-pytest-cov)
+checkdepends=(python-pytest)
 
source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
 sha256sums=('f88beb3da5b5c38b9890469de67d0cb0f9d494b78b106ca1845f96c10b91c4ac')
 
@@ -26,7 +26,7 @@ build() {
 
 check() {
   cd $_pkgname-$pkgver
-  PYTHONPATH="$PWD" pytest
+  PYTHONPATH="$PWD" pytest -o addopts=''
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-socksio/-/commit/0056368298aa7cb41861c6a93bce0f273c6b4e3b

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


Reply via email to