From 09f5ef2a5dbd82e57819625615844db96f35940b Mon Sep 17 00:00:00 2001 From: Emi Vasilek Date: Thu, 21 Sep 2023 08:27:58 +0200 Subject: [PATCH] python3-tomli: fix tests --- srcpkgs/python3-tomli/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template index ec26197b0a629..3847d40b9daa0 100644 --- a/srcpkgs/python3-tomli/template +++ b/srcpkgs/python3-tomli/template @@ -5,14 +5,13 @@ revision=3 build_style=python3-pep517 hostmakedepends="python3-flit_core" depends="python3" +checkdepends="python3-pytest" short_desc="Little TOML parser for Python" maintainer="Andrew J. Hesford " license="MIT" -homepage="https://github.com/hukkin/tomli" -distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz" -checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" -# Archive includes no tests -make_check=no +homepage="https://github.com/hukkin/tomlifailedtests " +distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz" +checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df post_install() { vlicense LICENSE