Skip to content

Commit

Permalink
Update python/pyarrow/tests/parquet/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
raulcd and jorisvandenbossche committed Sep 17, 2024
1 parent 13ebce9 commit e918ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/parquet/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def datadir(base_datadir):

@pytest.fixture(scope='module')
def parquet_test_datadir():
if sys.platform in ('emscripten', ):
if sys.platform == 'emscripten':
pytest.skip("needs PARQUET_TEST_DATA files access")
result = os.environ.get('PARQUET_TEST_DATA')
if not result:
Expand Down

0 comments on commit e918ffa

Please sign in to comment.