Skip to content

Commit c3346c0

Browse files
committed
Install newer pytest veersion
1 parent 95de4e1 commit c3346c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ function(build_protobuf)
20752075
-Dprotobuf_BUILD_TESTS=OFF
20762076
-Dprotobuf_DEBUG_POSTFIX=
20772077
# OFF so protobuf does not take conda's zlib and add its include dir
2078-
# globally, so vendored Abseil sources compile against env's old headers
2078+
# globally, causing vendored Abseil sources to include env's old headers
20792079
-Dprotobuf_WITH_ZLIB=OFF)
20802080
if(ABSL_VENDORED)
20812081
# Force protobuf to reuse Arrow's already-extracted absl source

python/scripts/run_emscripten_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def _load_pyarrow_in_runner(driver, wheel_name):
283283
"""import sys
284284
import micropip
285285
if "pyarrow" not in sys.modules:
286-
await micropip.install("hypothesis")
286+
await micropip.install(["hypothesis", "pytest>=8.2"])
287287
import pyodide_js as pjs
288288
await pjs.loadPackage("tzdata")
289289
await pjs.loadPackage("numpy")

0 commit comments

Comments
 (0)