git » python-keyring.git » commit 0ac26b8

Drop python-pytest-cov

author Jelle van der Waa
2024-04-23 19:02:27 UTC
committer Jelle van der Waa
2024-04-23 19:02:27 UTC
parent f8d48397134c4c7cff8e2b2efd850bec2968bd57

Drop python-pytest-cov

When running unit tests for packaging we are not interested in gating on
coverage or testing coverage.

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 36a6d49..b33b7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url='https://github.com/jaraco/keyring'
 license=('PSF-2.0' 'MIT')
 depends=('python-jaraco.classes' 'python-secretstorage' 'python-jaraco.functools' 'python-jaraco.context')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-flake8' 'python-pytest' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy')
+checkdepends=('python-pytest-flake8' 'python-pytest' 'python-pytest-black' 'python-pytest-mypy')
 optdepends=('python-keyrings-alt: Alternative backends'
             'python-dbus: kwallet backend')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)