Skip to content

Commit

Permalink
Updates the worker integration tests for post-GA
Browse files Browse the repository at this point in the history
This test was disabled while we got the integrations package versions worked out
with `prefect>3`.  Now that `prefect-kubernetes` has 3.0 support, we can use
this test again.
  • Loading branch information
chrisguidry committed Sep 3, 2024
1 parent 8bc4939 commit 2964345
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flows/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

# Checks to make sure that collections are loaded prior to attempting to start a worker
def main():
raise NotImplementedError(
"The prefect-kubernetes package hasn't been updated for prefect>=3.0 yet"
)

subprocess.check_call(
["python", "-m", "pip", "install", "prefect-kubernetes<3"],
["python", "-m", "pip", "install", "prefect-kubernetes>0.5.0"],
stdout=sys.stdout,
stderr=sys.stderr,
)
Expand Down

0 comments on commit 2964345

Please sign in to comment.