Skip to content

Commit

Permalink
func are dep injection
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Feb 22, 2024
1 parent 6f76103 commit aed6a8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/integration/flink/test_flink_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_flink_bake(
/ f"feedstock-{recipes_version_ref}-flink"
/ "requirements.txt"
),
"w",
"a",
) as f:
for r in [recipes_version, beam_version]:
f.write(f"{r}\n")
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_dataflow_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_dataflow_integration(recipes_version, beam_version):
/ f"feedstock-{recipes_version_ref}-dataflow"
/ "requirements.txt"
),
"w",
"a",
) as f:
for r in [recipes_version, beam_version]:
f.write(f"{r}\n")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcsfs
gcsfs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
s3fs
s3fs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
s3fs
s3fs
2 changes: 1 addition & 1 deletion tests/unit/test_bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_gpcp_bake(
str(
TEST_GPCP_DATA_DIR / f"feedstock-{recipes_version_ref}" / "requirements.txt"
),
"w",
"a",
) as f:
for r in [recipes_version, beam_version]:
f.write(f"{r}\n")
Expand Down

0 comments on commit aed6a8e

Please sign in to comment.