You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pytest.fixture(scope='module')
def parquet_test_datadir():
result = os.environ.get('PARQUET_TEST_DATA')
if not result:
> raise RuntimeError('Please point the PARQUET_TEST_DATA environment '
'variable to the test data directory')
E RuntimeError: Please point the PARQUET_TEST_DATA environment variable to the test data directory
This has been failing since this check was introduced in: #41580
Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered:
…on emscripten (#43906)
### Rationale for this change
The following PR:
- #41580
Made mandatory for a test the requirement to have `PARQUET_TEST_DATA` env defined.
This is currently not available from `python_test_emscripten.sh` as we require to mount the filesystem for both Node and ChromeDriver.
### What changes are included in this PR?
Skip the test that requires `PARQUET_TEST_DATA` for emscripten.
### Are these changes tested?
Via archery
### Are there any user-facing changes?
No
* GitHub Issue: #43905
* GitHub Issue: #43868
Lead-authored-by: Raúl Cumplido <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
The test-conda-python-emscripten is failing with the following error:
This has been failing since this check was introduced in: #41580
Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered: