diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2022-11-29 16:42:23 +0100 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2022-11-29 16:42:23 +0100 |
commit | b36fa93005da117df922ddb44d6eb0b5617efb2f (patch) | |
tree | d03dd87d99a507b0ee57c475a013837b1e065bb0 /requirements | |
parent | Fixing last minute version change of setuptools in the Makefile (diff) | |
download | awx-b36fa93005da117df922ddb44d6eb0b5617efb2f.tar.xz awx-b36fa93005da117df922ddb44d6eb0b5617efb2f.zip |
Changing wording of README to better reflect how to test the offline build
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/README.md | 4 |
1 files 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 |