mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Include packages that pip-tools considers unsafe.
It’s unclear why pip-tools considers these packages unsafe, and excluding them from being pinned has resulted in nondeterministic output that makes our test suite unhappy. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
8b443a25b8
commit
f1b91e577e
@@ -12,7 +12,7 @@ compile_requirements () {
|
||||
output="$2"
|
||||
python_version="$3"
|
||||
|
||||
pip-compile --quiet --no-header --output-file "$output" "$source"
|
||||
pip-compile --quiet --allow-unsafe --no-header --output-file "$output" "$source"
|
||||
|
||||
if [ "$python_version" != "py2" ]; then
|
||||
# Remove an unnecessary future requirement declared by commonmark,
|
||||
|
Reference in New Issue
Block a user