[arch-commits] Commit in python-keyrings-alt/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:14:03 UTC 2022
Date: Friday, September 2, 2022 @ 20:14:03
Author: felixonmars
Revision: 1290993
upgpkg: python-keyrings-alt 1:4.1.0-4: disable developer-only tests
Modified:
python-keyrings-alt/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 20:08:48 UTC (rev 1290992)
+++ PKGBUILD 2022-09-02 20:14:03 UTC (rev 1290993)
@@ -10,7 +10,7 @@
_pkgname=keyrings.alt
epoch=1
pkgver=4.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Alternate keyring implementations"
arch=('any')
url='https://github.com/jaraco/keyrings.alt'
@@ -18,7 +18,7 @@
depends=('python-keyring')
makedepends=('python-setuptools-scm')
checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 'python-keyring'
- 'python-pytest-runner' 'python-pytest-flake8' 'python-pytest-black' 'python-pytest-cov')
+ 'python-pytest')
optdepends=('libgnome-keyring: GNOME Integration'
'python-gobject: GNOME Integration'
'python-fs'
@@ -37,7 +37,7 @@
check() {
cd $_pkgname-$pkgver
- python setup.py pytest
+ pytest
}
package() {
More information about the arch-commits
mailing list