python3-tasklib: enable tests

Close: #38961
This commit is contained in:
icp 2022-08-29 19:10:34 +05:30 committed by Đoàn Trần Công Danh
parent 9db5c96c98
commit 200361a561

View file

@ -4,9 +4,10 @@ version=2.4.3
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
make_check_target="tasklib/tests.py"
hostmakedepends="python3-setuptools"
depends="task python3-tzlocal python3-pytz"
checkdepends="$depends"
checkdepends="${depends} python3-pytest-xdist"
short_desc="Library for interacting with taskwarrior databases (Python3)"
maintainer="Cullen Ross <cullenrss@gmail.com>"
license="BSD-3-Clause"