@@ -236,7 +236,7 @@ jobs:
236236 . ~/virtualenvs/pandas-dev/bin/activate
237237 python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
238238 python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
239- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
239+ python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
240240 python -m pip install --no-cache-dir --no-build-isolation -e .
241241 python -m pip list --no-cache-dir
242242 export PANDAS_CI=1
@@ -274,7 +274,7 @@ jobs:
274274 /opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
275275 . ~/virtualenvs/pandas-dev/bin/activate
276276 python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
277- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
277+ python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
278278 python -m pip install --no-cache-dir --no-build-isolation -e .
279279 python -m pip list --no-cache-dir
280280
@@ -347,7 +347,7 @@ jobs:
347347 python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
348348 python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
349349 python -m pip install versioneer[toml]
350- python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
350+ python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov
351351 python -m pip install -ve . --no-build-isolation --no-index --no-deps
352352 python -m pip list
353353
0 commit comments