From 61f04abde1a09aac290191c8c2e486d4567247b1 Mon Sep 17 00:00:00 2001 From: dsaf Date: Tue, 23 Jun 2026 12:08:52 -0300 Subject: [PATCH] dev-python/pyrefly: export required envs for tests Closes: https://bugs.gentoo.org/977926 Signed-off-by: dsaf --- dev-python/pyrefly/pyrefly-1.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pyrefly/pyrefly-1.1.0.ebuild b/dev-python/pyrefly/pyrefly-1.1.0.ebuild index 00438a278b..d7adb9e545 100644 --- a/dev-python/pyrefly/pyrefly-1.1.0.ebuild +++ b/dev-python/pyrefly/pyrefly-1.1.0.ebuild @@ -473,5 +473,8 @@ src_test() { local -x REPORT_TEST_PATH="${S}/lib/test/report/test_files" local -x STUBGEN_TEST_PATH="${S}/lib/test/stubgen" + local -x COVERAGE_TEST_PATH="${S}/lib/test/coverage/test_files" + local -x SHAPE_DSL_TEST_PATH="${WORKDIR}/${P}/tensor-shapes" + cargo_src_test --no-fail-fast }