From f159469c266b6804728a0c5e59f81fac34ad649f Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:18:53 +0530 Subject: [PATCH] Install hypothesis for testing --- .github/workflows/emscripten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 60ed319188b8d..4af2cb85d471e 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -70,7 +70,7 @@ jobs: run: | source .venv-pyodide/bin/activate export PANDAS_CI=1 - pip install "pytest<8.1.0" + pip install "pytest<8.1.0" hypothesis # do not import pandas from the checked out repo cd .. python -c 'import pandas as pd; pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db"])'