Date: Friday, September 2, 2022 @ 20:05:31 Author: felixonmars Revision: 1290990
upgpkg: python-jaraco.test 5.1.0-2: disable developer-only tests Modified: python-jaraco.test/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-02 20:05:13 UTC (rev 1290989) +++ PKGBUILD 2022-09-02 20:05:31 UTC (rev 1290990) @@ -2,7 +2,7 @@ pkgname=python-jaraco.test pkgver=5.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Testing support by jaraco" url="https://github.com/jaraco/jaraco.test" license=('MIT') @@ -10,9 +10,7 @@ depends=('python-jaraco.collections' 'python-jaraco.context' 'python-jaraco.functools' 'python-toml' 'python-more-itertools') makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-installer') -checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov' - 'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy' - 'python-pip') +checkdepends=('python-pytest-enabler' 'python-pytest-mypy') source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
