Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Packaging][Release][Python] The Windows wheel verification is failing due to missing PARQUET_TEST_DATA env variable #44461

Open
raulcd opened this issue Oct 17, 2024 · 0 comments

Comments

@raulcd
Copy link
Member

raulcd commented Oct 17, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The Windows wheel binary verification is currently failing due to missing PARQUET_TEST_DATA:

     @pytest.fixture(scope='module')
    def parquet_test_datadir():
        if sys.platform == 'emscripten':
            pytest.skip("needs PARQUET_TEST_DATA files access")
        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

C:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\Lib\site-packages\pyarrow\tests\parquet\conftest.py:38: RuntimeError
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> entering PDB >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>>>> PDB post_mortem (IO-capturing turned off) >>>>>>>>>>>>>>>>>>
> c:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\lib\site-packages\pyarrow\tests\parquet\conftest.py(38)parquet_test_datadir()
-> raise RuntimeError('Please point the PARQUET_TEST_DATA environment '
(Pdb) 

Component(s)

Packaging, Python, Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant