From 200361a561a7b7b3cc10b24fd46fa2a6cbf854ec Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 29 Aug 2022 19:10:34 +0530 Subject: [PATCH] python3-tasklib: enable tests Close: #38961 --- srcpkgs/python3-tasklib/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index 3787fdc764a..6a843cd148d 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -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 " license="BSD-3-Clause"