git » python-html5lib.git » commit c27e4ac

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

author Eli Schwartz
2019-08-18 22:33:21 UTC
committer Eli Schwartz
2019-08-18 22:33:21 UTC
parent ef0b497cf47720bf7ce2224ab7a1e16fcfb800d1

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

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

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 15cca71..8b9626b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/html5lib"
 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"