Date: Thursday, August 19, 2021 @ 16:15:18 Author: felixonmars Revision: 1003849
upgpkg: python-webtest 3.0.0-1 Modified: python-webtest/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-19 16:12:04 UTC (rev 1003848) +++ PKGBUILD 2021-08-19 16:15:18 UTC (rev 1003849) @@ -2,20 +2,19 @@ # Contributor: Jerome Leclanche <[email protected]> pkgname=python-webtest -pkgver=2.0.35 -pkgrel=4 +pkgver=3.0.0 +pkgrel=1 pkgdesc="Helper to test WSGI applications" arch=('any') url='http://webtest.pythonpaste.org/' license=('MIT') -depends=('python-webob' 'python-six' 'python-beautifulsoup4' 'python-waitress') +depends=('python-webob' 'python-beautifulsoup4' 'python-waitress') optdepends=('python-pyquery: for response.pyquery' 'python-lxml: for response.lxml') makedepends=('python-setuptools') -checkdepends=('python-nose' 'python-mock' 'python-pyquery' 'python-pastedeploy' 'python-wsgiproxy2' - 'python-pylons-sphinx-themes') +checkdepends=('python-pytest' 'python-pyquery' 'python-pastedeploy' 'python-wsgiproxy2') source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz") -sha512sums=('ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339') +sha512sums=('b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747') build() { cd WebTest-$pkgver @@ -24,7 +23,7 @@ check() { cd WebTest-$pkgver - PYTHONPATH=".:$PYTHONPATH" nosetests3 + pytest } package() {
