Skip to content

Commit d709ca6

Browse files
committed
Added a python lib upgrade step to the mkrelease script.
- Legacy-Id: 10457
1 parent 9fc0494 commit d709ca6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/mkrelease

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
184184
[ "$changes" ] || die "No changelog information for $VER found"
185185
#note "$changes"
186186

187+
note "Upgrading the python library modules before checking migrations and running tests ..."
188+
pip install --upgrade -r requirements.txt
189+
187190
note "Checking that we don't have any model changes that haven't been captured in migrations ..."
188191
ietf/manage.py makemigrations | tee /dev/stderr | grep -q "^No changes detected$" || die "Model changes without migrations found."
189192

0 commit comments

Comments
 (0)