acoustic-carpenter-78188
02/06/2023, 6:16 PMpytest-flyte package uses a custom setup to create a local Flyte cluster for the purpose of integration testing.
Due to some of its dependencies (e.g. docker-compose) we've decided to disable integration testing in flytekit until we've update pytest-flyte to use flytectl to handle the setup/teardown of the local Flyte cluster.
Once that's done, we can re-enable integration tests in flytekit.
Steps:
ā refactor pytest-flyte to use flytectl instead of docker-compose to setup/teardown a local Flyte cluster
ā re-enable integration tests as part of flytekit CI/CD
flyteorg/flyte