Date: Friday, February 21, 2020 @ 18:52:42 Author: archange Revision: 577874
Fix test suite thanks to diabonas Modified: python-pytest-xvfb/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-21 18:31:00 UTC (rev 577873) +++ PKGBUILD 2020-02-21 18:52:42 UTC (rev 577874) @@ -10,7 +10,6 @@ license=(MIT) depends=(python-pytest python-pyvirtualdisplay xorg-server-xvfb) makedepends=(python-setuptools) -checkdepends=(xorg-xauth) source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) sha256sums=('a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979') @@ -21,7 +20,7 @@ check() { cd ${_pkg}-${pkgver} - PYTHONPATH="${PWD}/build/lib/" pytest + PYTHONPATH="${PWD}/build/lib/" PYTEST_PLUGINS=pytest_xvfb pytest } package() {
