Skip to content

Commit ad4a829

Browse files
committed
Add required instrumented numpy and python to test dependencies and add missing task for pixi-python-sanitizer
1 parent 4757b86 commit ad4a829

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ci/pixi/asan/python/pixi.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ hypothesis = "*"
4040
pyarrow = { path = "." }
4141
pytest = "*"
4242
pytest-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]
4551
test = "pytest -r s --pyargs pyarrow --timeout=60"

dev/tasks/tasks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)