python3-EasyProcess: fix do_check()
This commit is contained in:
parent
90c1aa7829
commit
41a2d85bf2
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@ build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-nose python3-PyVirtualDisplay inetutils
|
checkdepends="python3-pytest python3-nose python3-PyVirtualDisplay inetutils
|
||||||
xorg-server-xvfb"
|
xorg-server-xvfb python3-six"
|
||||||
short_desc="Easy to use python subprocess interface"
|
short_desc="Easy to use python subprocess interface"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
@ -15,10 +15,6 @@ homepage="https://github.com/ponty/easyprocess"
|
||||||
distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz"
|
||||||
checksum=fb948daac01f64c1e49750752711253614846c6fc7e5692a718a7408f2ffb984
|
checksum=fb948daac01f64c1e49750752711253614846c6fc7e5692a718a7408f2ffb984
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=$(pwd)/build/lib pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue