From de0bc3b0962e142a5b704632895d2da07123b65e Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 16 Sep 2024 11:26:08 +0200 Subject: [PATCH] Revert temporary test changes --- ci/scripts/python_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/python_test.sh b/ci/scripts/python_test.sh index ce51794406951..f6b9b0d7cabaf 100755 --- a/ci/scripts/python_test.sh +++ b/ci/scripts/python_test.sh @@ -69,4 +69,4 @@ export PYARROW_TEST_PARQUET_ENCRYPTION export PYARROW_TEST_S3 # Testing PyArrow -pytest -r s -vs --pyargs pyarrow.tests.test_fs +pytest -r s ${PYTEST_ARGS} --pyargs pyarrow