Force rebuild egg-info before running cross tests
Sometimes we don't get the latest version of the source list if we don't force it to be rebuilt. Change-Id: Ia80a71762a3824bc6c9a63a834e54100b649bd66
This commit is contained in:
parent
9f502535e4
commit
f74e974084
@ -43,6 +43,7 @@ our_name=$(python setup.py --name)
|
||||
# Build the egg-info, including the source file list,
|
||||
# so we install all of the files, even if the package
|
||||
# list or name has changed.
|
||||
rm -rf $(python setup.py --name).egg-info
|
||||
python setup.py egg_info
|
||||
|
||||
# Replace the pip-installed package with the version in our source
|
||||
|
Loading…
x
Reference in New Issue
Block a user