From 41a2d85bf2b4acacda163f632aea119fab3f4c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 24 Jan 2021 12:32:37 +0700 Subject: [PATCH] python3-EasyProcess: fix do_check() --- srcpkgs/python3-EasyProcess/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template index 034df5dc09..51854a737d 100644 --- a/srcpkgs/python3-EasyProcess/template +++ b/srcpkgs/python3-EasyProcess/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest python3-nose python3-PyVirtualDisplay inetutils - xorg-server-xvfb" + xorg-server-xvfb python3-six" short_desc="Easy to use python subprocess interface" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" @@ -15,10 +15,6 @@ homepage="https://github.com/ponty/easyprocess" distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz" checksum=fb948daac01f64c1e49750752711253614846c6fc7e5692a718a7408f2ffb984 -do_check() { - PYTHONPATH=$(pwd)/build/lib pytest -} - post_install() { vlicense LICENSE.txt }