1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

Changing wording of README to better reflect how to test the offline build

This commit is contained in:
John Westcott IV 2022-11-29 10:42:23 -05:00
parent 8839b4e90b
commit b36fa93005

View File

@ -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