Date: Sunday, April 9, 2023 @ 05:34:24 Author: polyzen Revision: 1443126
upgpkg: python-pytest 7.3.0-2: Remove asynctest checkdep https://github.com/Martiusweb/asynctest/issues/158 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 04:22:32 UTC (rev 1443125) +++ PKGBUILD 2023-04-09 05:34:24 UTC (rev 1443126) @@ -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')
