From 2d3b1081535e6ba22654ae565069fc79c53c0d3b Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 8 Jul 2023 22:21:43 +0530 Subject: [PATCH] python3-keyring: remove redundant `PY_IGNORE_IMPORTMISMATCH` export --- srcpkgs/python3-keyring/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index e04682c8ec5..20bf6b03811 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -14,7 +14,6 @@ homepage="https://pypi.org/project/keyring/" changelog="https://raw.githubusercontent.com/jaraco/keyring/main/NEWS.rst" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" checksum=ca0746a19ec421219f4d713f848fa297a661a8a8c1504867e55bfb5e09091509 -make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1" pre_check() { vsed -e '/addopts/d' -i pytest.ini