Skip to content

Commit

Permalink
Added gcsfs dependency on nox file
Browse files Browse the repository at this point in the history
  • Loading branch information
luispavaogoogle committed Oct 11, 2024
1 parent 0a40225 commit 21bdc76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ def integration_filesystem(session):
"""Run Filesystem integration tests.
Ensure Filesystem validation is running as expected.
"""
_setup_session_requirements(session, extra_packages=[])
_setup_session_requirements(
session, extra_packages=["gcsfs"]
)

test_path = "tests/system/data_sources/test_filesystem.py"
env_vars = {"PROJECT_ID": os.environ.get("PROJECT_ID", "pso-kokoro-resources")}
Expand Down

0 comments on commit 21bdc76

Please sign in to comment.