jorisvandenbossche commented on code in PR #43906:
URL: https://github.com/apache/arrow/pull/43906#discussion_r1741835323
##########
python/pyarrow/tests/parquet/conftest.py:
##########
@@ -30,6 +31,8 @@ def datadir(base_datadir):
@pytest.fixture(scope='module')
def parquet_test_datadir():
+ if sys.platform in ('emscripten', ):
Review Comment:
```suggestion
if sys.platform == 'emscripten':
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]