<#3318 Fix flytekit integration tests: need to fix...
# flyte-github
a
#3318 Fix flytekit integration tests: need to fix pytest-flyte, then the flytekit integration test suite Issue created by cosmicBboy Currently, the
pytest-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