Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create utility function for getting Kubernetes client #2845

Merged
merged 8 commits into from
Jun 24, 2020
Prev Previous commit
Next Next commit
Add importskip to the test_kubernetes.py
  • Loading branch information
pcieslinski committed Jun 23, 2020
commit f33d3406f5aeac928212a43d82057c2011e9779a
3 changes: 3 additions & 0 deletions tests/utilities/test_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from prefect.utilities.configuration import set_temporary_config


pytest.importorskip("kubernetes")


@pytest.fixture
def kube_secret():
with set_temporary_config({"cloud.use_local_secrets": True}):
Expand Down