-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.6 Patch] Gate grpcio, pyyaml (#1771)
* Fail CI tests faster Signed-off-by: eduardo apolinario <[email protected]> * gate grpcio and pyyaml Signed-off-by: Yee Hing Tong <[email protected]> * Bring #1746 as well Signed-off-by: eduardo apolinario <[email protected]> --------- Signed-off-by: eduardo apolinario <[email protected]> Signed-off-by: Yee Hing Tong <[email protected]> Co-authored-by: eduardo apolinario <[email protected]>
- Loading branch information
1 parent
f671fb6
commit 60c982e
Showing
6 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ htmlcov | |
*dat | ||
docs/source/_tags/ | ||
.hypothesis | ||
.npm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
-e file:.#egg=flytekit | ||
attrs<21 | ||
# We need to restrict constrain the versions of both jsonschema and pyyaml because of docker-compose (which is | ||
# used to run integration tests) pins those two libraries. We are in the process of removing docker-compose in | ||
# favor of a more generic solution that involves Flytectl to stand up the sandbox, described in | ||
# https://github.com/flyteorg/flyte/issues/1732. | ||
jsonschema<4 | ||
pyyaml<6 | ||
# This is required by docker-compose and otherwise clashes with docker-py | ||
websocket-client<1.0.0 | ||
# TODO: Remove after buf migration is done and packages updated | ||
packaging<22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters