From f6e4e862a9d1bb8cc16d27b791e76aec09a298e6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 28 Apr 2023 07:50:50 -0400 Subject: [PATCH] Require that the actual test run step do this part Keep this script to wheelhouse population. We might be giving up a tiny bit of performance here but let's make it work at all before we make it fast. --- .circleci/populate-wheelhouse.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/populate-wheelhouse.sh b/.circleci/populate-wheelhouse.sh index f103a6af8..239c8367b 100755 --- a/.circleci/populate-wheelhouse.sh +++ b/.circleci/populate-wheelhouse.sh @@ -31,10 +31,3 @@ LANG="en_US.UTF-8" "${PIP}" \ --wheel-dir "${WHEELHOUSE_PATH}" \ "${PROJECT_ROOT}"[testenv] \ "${PROJECT_ROOT}"[test] - -# Not strictly wheelhouse population but ... Note we omit basic deps here. -# They're in the wheelhouse if Tahoe-LAFS wants to drag them in but it will -# have to ask. -"${PIP}" \ - install \ - "${PROJECT_ROOT}"[testenv]