Skip to content

Commit

Permalink
Temporarily disable erroring on Warnings to have CI passing
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 13, 2023
1 parent 2e30414 commit 148d5b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,8 @@ tasks:
params:
env:
PYTHON: "{{ python_version }}"
PYTEST_ARGS: "-W error -W 'ignore:Setting custom ClientSession:DeprecationWarning'"
# Temporarily disable error on Warning: https://github.com/apache/arrow/issues/38239
# PYTEST_ARGS: "-W error -W 'ignore:Setting custom ClientSession:DeprecationWarning'"
image: conda-python
{% endfor %}

Expand Down

0 comments on commit 148d5b2

Please sign in to comment.