From 17113b949bc328afc86fdcb02074d3f85648c629 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 2 Feb 2024 20:57:13 +0100 Subject: [PATCH] Fix previous commit. --- config/c-code/tests.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/c-code/tests.yml.j2 b/config/c-code/tests.yml.j2 index 4124693..8eb6ad7 100644 --- a/config/c-code/tests.yml.j2 +++ b/config/c-code/tests.yml.j2 @@ -269,7 +269,7 @@ jobs: # Unzip into src/ so that testrunner can find the .so files # when we ask it to load tests from that directory. This # might also save some build time? - unzip -n dist/zope.index-*whl -d src + unzip -n dist/%(package_name)s-*whl -d src # Use "--pre" here because dependencies with support for this future # Python release may only be available as pre-releases PIP_CONSTRAINT=cffi_constraint.txt pip install --pre -U -e .[test]