This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 36d31098314b9297539c155cd46290d8dd5f852a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Nov 28 06:04:45 2020 +0100

    Remove "@" references from constraints generattion (#12671)
    
    Likely fixes: #12665
    
    (cherry picked from commit 3b138d2d60d86ca0a80e9c27afd3421f45df178e)
---
 scripts/in_container/run_generate_constraints.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/in_container/run_generate_constraints.sh 
b/scripts/in_container/run_generate_constraints.sh
index 999f750..62b2237 100755
--- a/scripts/in_container/run_generate_constraints.sh
+++ b/scripts/in_container/run_generate_constraints.sh
@@ -36,6 +36,7 @@ echo
 
 pip freeze | sort | \
     grep -v "apache_airflow" | \
+    grep -v "@" | \
     grep -v "/opt/airflow" >"${CURRENT_CONSTRAINT_FILE}"
 
 echo

Reply via email to