From b36fa93005da117df922ddb44d6eb0b5617efb2f Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 29 Nov 2022 10:42:23 -0500 Subject: [PATCH] Changing wording of README to better reflect how to test the offline build --- requirements/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/README.md b/requirements/README.md index db1d897be8..c0bc7492c9 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -98,13 +98,13 @@ ImportError: cannot import name 'KeyVaultClient' ### pip, setuptools and setuptools_scm -The offline installer needs to have functionality confirmed before upgrading these. +If modifying these libraries make sure testing with the offline build is performed to confirm they are functionally working. Versions need to match the versions used in the pip bootstrapping step in the top-level Makefile. ### cryptography -The offline installer needs to have functionality confirmed before upgrading these. +If modifying this library make sure testing with the offline build is performed to confirm it is functionally working. ## Library Notes