You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/03 00:10:19 UTC

[airflow] 18/34: Remove "@" references from constraints generattion (#12671)

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

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

commit 67164897878a0225c6c181a1d5f33636762fbee4
Author: Jarek Potiuk <ja...@polidea.com>
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