We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d7a6 commit e749c52Copy full SHA for e749c52
python/pyarrow/tests/test_misc.py
@@ -27,7 +27,7 @@
27
28
def test_get_include():
29
include_dir = pa.get_include()
30
- assert os.path.exists(os.path.join(include_dir, 'arrow', 'api.h'))
+ assert os.path.exists(os.path.join(include_dir, 'arrow', 'python', 'api.h'))
31
32
33
@pytest.mark.skipif('sys.platform != "win32"')
0 commit comments