Skip to content

Commit d4c8d25

Browse files
committed
airflow constraints in make file
1 parent 209b6a7 commit d4c8d25

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ CAROOT = $(shell pwd)/infra/traefik/certs
2424
install:
2525
@ echo -e "$(BUILD_PRINT)Installing the requirements$(END_BUILD_PRINT)"
2626
@ pip install --upgrade pip
27-
@ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"
27+
@ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-no-providers-3.10.txt"
2828

2929
install-dev:
3030
@ echo -e "$(BUILD_PRINT)Installing the dev requirements$(END_BUILD_PRINT)"
3131
@ pip install --upgrade pip
32-
@ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"
32+
@ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-no-providers-3.10.txt"
3333

3434
test: test-unit
3535

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ envlist =
99
description = Running tests in the corresponding environment
1010
passenv = *
1111
deps =
12+
pip>=24.0
13+
setuptools>=68.0
14+
wheel>=0.41
1215
-rrequirements.txt
1316
-rrequirements.dev.txt
1417

0 commit comments

Comments
 (0)