git » python-keyring.git » commit 013f825

Drop pytest lint/format checkdepends

author Jelle van der Waa
2024-04-27 12:26:16 UTC
committer Jelle van der Waa
2024-04-27 12:26:16 UTC
parent 0ac26b8386f33ba1d5ed0e032d129df7c1634097

Drop pytest lint/format checkdepends

The tests run fine without them and they should not run in packaging.

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b33b7b0..75d0257 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-mypy')
+checkdepends=('python-pytest')
 optdepends=('python-keyrings-alt: Alternative backends'
             'python-dbus: kwallet backend')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)