Skip to content

Commit b172233

Browse files
committed
Added a 'pip check' action to bin/mkrelease, to halt on package incompatibilities. ('pip install' returns 0 even after installing an incompatible package ...).
- Legacy-Id: 18026
1 parent 3e6837a commit b172233

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/mkrelease

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ $do svn commit static/lib/ -m "Updated static files under static/lib/"
236236

237237
note "Upgrading the python library modules before checking migrations and running tests ..."
238238
$do pip install --upgrade -r requirements.txt
239+
$do pip check
239240

240241
note "Checking that all model changes have been captured in migrations ..."
241242
$do ietf/manage.py makemigrations | tee /dev/stderr | $do grep -q "^No changes detected$" || die "Model changes without migrations found."

0 commit comments

Comments
 (0)