mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Replace py3_dev.txt with dev_lock.txt.
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user