git » python-pytest.git » commit d0f98fd

Remove asynctest checkdep

author Daniel M. Capella
2023-04-09 05:34:24 UTC
committer Daniel M. Capella
2023-04-09 05:34:24 UTC
parent 28dace5b5a9fd7acf824ddf0ed4ab16c12ae4e73

Remove asynctest checkdep

https://github.com/Martiusweb/asynctest/issues/158

PKGBUILD +4 -5

diff --git a/PKGBUILD b/PKGBUILD
index f662b0d..10f7c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,19 @@
 
 pkgname=python-pytest
 pkgver=7.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/"
-depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
-         'python-pluggy' 'python-tomli')
+depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
 makedepends=('python-build' 'python-installer' 'python-setuptools'
              'python-wheel')
 checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'
               'python-nose' 'python-requests' 'python-xmlschema'
               # Unlisted, but actually used. Check again after a while:
-              'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
-              'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
+              'lsof' 'python-decorator' 'python-docutils' 'python-jinja'
+              'python-numpy' 'python-pexpect' 'python-pygments'
               'python-pytest-xdist' 'python-twisted')
 source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
 sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')