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


Commits:
0a5cf631 by Carl Smedstad at 2024-10-06T11:24:56+02:00
upgpkg: 1.20.0-6: 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-blessed
        pkgdesc = A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input
        pkgver = 1.20.0
-       pkgrel = 5
+       pkgrel = 6
        url = https://github.com/jquast/blessed
        arch = any
        license = GPL
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        checkdepends = python-pytest-rerunfailures
        checkdepends = python-pytest-xdist
        makedepends = git


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-blessed
 pkgver=1.20.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
 arch=(any)
 url=https://github.com/jquast/blessed
@@ -19,7 +19,6 @@ makedepends=(
 )
 checkdepends=(
   python-pytest
-  python-pytest-cov
   python-pytest-rerunfailures
   python-pytest-xdist
 )
@@ -39,7 +38,7 @@ build() {
 
 check() {
   cd blessed
-  pytest
+  pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-blessed/-/commit/0a5cf631f4b75be0f0cc29b80050d1d346d2066d

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


Reply via email to