Skip to content

Commit

Permalink
Add cwd="/" to test_s3.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Nov 8, 2023
1 parent 96fd963 commit 8cdedd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/cudf/tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def test_no_s3fs_on_cudf_import():
sys.executable,
"-c",
"import cudf; import sys; print('pyarrow._s3fs' in sys.modules)",
]
],
cwd="/",
)
assert output.strip() == b"False"

0 comments on commit 8cdedd8

Please sign in to comment.