Skip to content

Commit 2b032e8

Browse files
fix(airflow): e2e tests (#1194)
* Pin test dependencies Signed-off-by: Elena Khaustova <[email protected]> * Unpinned flask Signed-off-by: Elena Khaustova <[email protected]> * Unpinned click Signed-off-by: Elena Khaustova <[email protected]> * Returned pin for flask Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]>
1 parent a7c521b commit 2b032e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kedro-airflow/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ test = [
3333
"pytest-mock",
3434
"pytest-xdist",
3535
"wheel",
36+
"flask-limiter<3.13",
3637
]
3738

3839
lint = [

0 commit comments

Comments
 (0)