From 1cfed1c265efa532f077191dcb587e9553c094b3 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:25 +0300 Subject: [PATCH] python3-userpath: fix tests. --- srcpkgs/python3-userpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index b557bc2528..8fc30c9a52 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -4,9 +4,9 @@ version=1.7.0 revision=2 wrksrc="userpath-${version}" build_style=python3-module -pycompile_module="userpath" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Cross-platform tool for adding locations to the user PATH" maintainer="Leah Neukirchen " license="MIT, Apache-2.0"