Skip to content

Commit

Permalink
Add s3fs dependency to test suite for cloud read test
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Nov 21, 2024
1 parent 04cce83 commit 49466a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def mypy(session: Session) -> None:
def tests(session: Session) -> None:
"""Run the test suite."""
session.install(".")
session.install("coverage[toml]", "pytest", "pygments", "pytest-dependency")
session.install("coverage[toml]", "pytest", "pygments", "pytest-dependency", "s3fs")
try:
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
finally:
Expand Down

0 comments on commit 49466a7

Please sign in to comment.