File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ hypothesis = "*"
4040pyarrow = { path = " ." }
4141pytest = " *"
4242pytest-timeout = " *"
43+ python.git = " https://github.com/python/cpython"
44+ python.subdirectory = " Tools/pixi-packages/asan"
45+ python.rev = " 15b216f30d0445469ec31bc7509fcc55a216ef7c"
46+ numpy.git = " https://github.com/numpy/numpy"
47+ numpy.subdirectory = " pixi-packages/asan"
48+ numpy.rev = " 0419105da9cd0a15a4e02bc22019c2b65272c68a"
4349
4450[feature .test .tasks ]
4551test = " pytest -r s --pyargs pyarrow --timeout=60"
Original file line number Diff line number Diff line change @@ -367,7 +367,8 @@ tasks:
367367
368368{% for image in ["pixi-cpp",
369369 " pixi-cpp-sanitizer" ,
370- " pixi-python" ] %}
370+ " pixi-python" ,
371+ " pixi-python-sanitizer" ] %}
371372 test-{{ image }} :
372373 ci : github
373374 template : docker-tests/github.linux.yml
You can’t perform that action at this time.
0 commit comments