requirements: Replace py3_dev.txt with dev_lock.txt.

This commit is contained in:
rht
2017-08-22 06:08:42 +02:00
committed by Tim Abbott
parent 58edf75962
commit 80f4ba7a76
8 changed files with 19 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ def check_venv():
# type: () -> bool
path = os.path.join(ROOT_DIR, 'scripts', 'lib', 'hash_reqs.py')
cache_dir = '/srv/zulip-venv-cache/'
for fn in ['py3_dev.txt']:
for fn in ['dev_lock.txt']:
requirements_file = os.path.join(ROOT_DIR, "requirements", fn)
output = subprocess.check_output([path, requirements_file], universal_newlines=True)
sha1sum = output.split()[0]