From 400b025f032e76236960d716a624f218ed7fcec4 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:32:51 +0300 Subject: [PATCH 1/5] python3-click-log: fix tests. --- srcpkgs/python3-click-log/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template index 6f966c248fc9..07f1c5b0eba5 100644 --- a/srcpkgs/python3-click-log/template +++ b/srcpkgs/python3-click-log/template @@ -6,6 +6,7 @@ wrksrc="click-log-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Logging integration for Click (Python3)" maintainer="Oliver Kiddle " license="MIT" From 4190449f109a91e4488c83bafb9d5b972974deaf Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:33:13 +0300 Subject: [PATCH 2/5] python3-click-plugins: fix tests. --- srcpkgs/python3-click-plugins/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index 142900633bb6..d3f93864a349 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -7,6 +7,7 @@ build_style=python3-module pycompile_module="click-plugins" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Python3-click module extension to register CLI commands" maintainer="Alex Childs " license="BSD-2-Clause" From 84bbde41c647ff6c0f71cd824a7e2290bb19e8f9 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:33:43 +0300 Subject: [PATCH 3/5] python3-click-repl: disable tests. --- srcpkgs/python3-click-repl/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template index b5cf6e495fcb..d4c78ba72332 100644 --- a/srcpkgs/python3-click-repl/template +++ b/srcpkgs/python3-click-repl/template @@ -12,6 +12,8 @@ license="MIT" homepage="https://github.com/click-contrib/click-repl" distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz" checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5 +# The tarball from PyPI has no tests. +make_check=no post_install() { vlicense LICENSE From 6e738328ffb9c976f021b59932f82777cb58424b Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:14 +0300 Subject: [PATCH 4/5] python3-click-threading: fix tests. --- srcpkgs/python3-click-threading/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b639065db3d6..66bd90de3fd8 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -6,6 +6,7 @@ wrksrc="click-threading-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Multithreaded Click apps made easy (Python3)" maintainer="Oliver Kiddle " license="MIT" From f4a5f6afdee5c7cd48cedb5c7db3ade7f031941a Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:25 +0300 Subject: [PATCH 5/5] python3-userpath: fix tests. --- srcpkgs/python3-userpath/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index b557bc2528af..e8c900b2315a 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -7,6 +7,7 @@ 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"