Skip to content

Commit c7439ac

Browse files
committed
Add wheel package to tests venv construction
This addresses "Legacy mode" notices when installing local packages. References: * [AC-195] Use Python venv instead of virtualenv to build virtual environments for CI Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent b066b5f commit c7439ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ all: \
4848
&& pip install \
4949
--upgrade \
5050
pip \
51-
setuptools
51+
setuptools \
52+
wheel
5253
source venv/bin/activate \
5354
&& pip install \
5455
--requirement requirements.txt

0 commit comments

Comments
 (0)