@@ -919,14 +919,12 @@ services:
919919 environment :
920920 << : [*common, *ccache, *sccache]
921921 PYTEST_ARGS : # inherit
922- PYARROW_TEST_ANNOTATIONS : " ON"
923922 volumes : *conda-volumes
924923 command : &python-conda-command
925924 ["
926925 /arrow/ci/scripts/cpp_build.sh /arrow /build &&
927926 /arrow/ci/scripts/python_build.sh /arrow /build &&
928- /arrow/ci/scripts/python_test.sh /arrow &&
929- /arrow/ci/scripts/python_test_type_annotations.sh /arrow/python"]
927+ /arrow/ci/scripts/python_test.sh /arrow"]
930928
931929 conda-python-emscripten :
932930 # Usage:
@@ -1003,16 +1001,14 @@ services:
10031001 ARROW_S3 : " OFF"
10041002 ARROW_SUBSTRAIT : " OFF"
10051003 ARROW_WITH_OPENTELEMETRY : " OFF"
1006- PYARROW_TEST_ANNOTATIONS : " ON"
10071004 SETUPTOOLS_SCM_PRETEND_VERSION :
10081005 volumes : *ubuntu-volumes
10091006 deploy : *cuda-deploy
10101007 command : &python-command >
10111008 /bin/bash -c "
10121009 /arrow/ci/scripts/cpp_build.sh /arrow /build &&
10131010 /arrow/ci/scripts/python_build.sh /arrow /build &&
1014- /arrow/ci/scripts/python_test.sh /arrow &&
1015- /arrow/ci/scripts/python_test_type_annotations.sh /arrow/python"
1011+ /arrow/ci/scripts/python_test.sh /arrow"
10161012
10171013 debian-python :
10181014 # Usage:
@@ -1504,7 +1500,6 @@ services:
15041500 python : ${PYTHON}
15051501 shm_size : *shm-size
15061502 environment :
1507- PYARROW_TEST_ANNOTATIONS : " ON"
15081503 << : [*common, *ccache, *sccache]
15091504 PARQUET_REQUIRE_ENCRYPTION : # inherit
15101505 HYPOTHESIS_PROFILE : # inherit
@@ -1515,8 +1510,7 @@ services:
15151510 /arrow/ci/scripts/cpp_build.sh /arrow /build &&
15161511 /arrow/ci/scripts/python_build.sh /arrow /build &&
15171512 mamba uninstall -y numpy &&
1518- /arrow/ci/scripts/python_test.sh /arrow &&
1519- /arrow/ci/scripts/python_test_type_annotations.sh /arrow/python"]
1513+ /arrow/ci/scripts/python_test.sh /arrow"]
15201514
15211515 conda-python-docs :
15221516 # Usage:
@@ -1536,15 +1530,13 @@ services:
15361530 BUILD_DOCS_CPP : " ON"
15371531 BUILD_DOCS_PYTHON : " ON"
15381532 PYTEST_ARGS : " --doctest-modules --doctest-cython"
1539- PYARROW_TEST_ANNOTATIONS : " ON"
15401533 volumes : *conda-volumes
15411534 command :
15421535 ["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
15431536 /arrow/ci/scripts/python_build.sh /arrow /build &&
15441537 pip install -e /arrow/dev/archery[numpydoc] &&
15451538 archery numpydoc --allow-rule GL10,PR01,PR03,PR04,PR05,PR10,RT03,YD01 &&
1546- /arrow/ci/scripts/python_test.sh /arrow &&
1547- /arrow/ci/scripts/python_test_type_annotations.sh /arrow/python"]
1539+ /arrow/ci/scripts/python_test.sh /arrow"]
15481540
15491541 conda-python-dask :
15501542 # Possible $DASK parameters:
0 commit comments