This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 036acbba ci: test with PYTHONDEVMODE=1 (#1139)
036acbba is described below
commit 036acbba2f9fe18d397bd039b397cb7c23f368d0
Author: David Li <[email protected]>
AuthorDate: Mon Oct 2 08:56:13 2023 -0400
ci: test with PYTHONDEVMODE=1 (#1139)
Fixes #1075.
---
ci/scripts/python_test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/scripts/python_test.sh b/ci/scripts/python_test.sh
index 6dab65c7..f8d70917 100755
--- a/ci/scripts/python_test.sh
+++ b/ci/scripts/python_test.sh
@@ -27,6 +27,7 @@ set -e
: ${BUILD_DRIVER_SQLITE:=${BUILD_ALL}}
: ${BUILD_DRIVER_SNOWFLAKE:=${BUILD_ALL}}
: ${CC:=gcc}
+: ${PYTHONDEVMODE:=1}
test_subproject() {
local -r source_dir=${1}