Date: Sunday, August 18, 2019 @ 22:33:21
  Author: eschwartz
Revision: 500118

make html5lib tests run again, because they don't support pytest 4

ref: https://github.com/html5lib/html5lib-python/issues/411

Modified:
  python-html5lib/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-18 22:28:44 UTC (rev 500117)
+++ PKGBUILD    2019-08-18 22:33:21 UTC (rev 500118)
@@ -12,7 +12,7 @@
 license=('MIT')
 _deps=('six' 'webencodings')
 makedepends=('python-setuptools' 'python2-setuptools' "${_deps[@]/#/python-}" 
"${_deps[@]/#/python2-}")
-_checkdeps=('pytest-expect' 'lxml' 'mock')
+_checkdeps=('pytest32' 'pytest-expect' 'lxml' 'mock')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}")
 _test_commit=c305da74fae50fb018870de7a042da36c1a93b65
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz";

Reply via email to