Skip to content

Commit 430a9a8

Browse files
authored
DEPS: Bump minimum pytest dependencies (#62406)
1 parent 08d21d7 commit 430a9a8

14 files changed

+36
-36
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
. ~/virtualenvs/pandas-dev/bin/activate
244244
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
245245
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
246-
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
246+
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0
247247
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
248248
python -m pip list --no-cache-dir
249249
PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
@@ -280,7 +280,7 @@ jobs:
280280
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
281281
. ~/virtualenvs/pandas-dev/bin/activate
282282
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
283-
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
283+
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0
284284
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
285285
python -m pip list --no-cache-dir
286286
@@ -352,7 +352,7 @@ jobs:
352352
python --version
353353
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
354354
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
355-
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
355+
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=8.3.4 pytest-xdist>=3.6.1 pytest-cov
356356
python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
357357
python -m pip list
358358

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies:
1313
- meson-python=0.13.1
1414

1515
# test dependencies
16-
- pytest>=7.3.2
16+
- pytest>=8.3.4
1717
- pytest-cov
18-
- pytest-xdist>=3.4.0
19-
- pytest-localserver>=0.8.1
18+
- pytest-xdist>=3.6.1
19+
- pytest-localserver>=0.9.0
2020
- pytest-qt>=4.4.0
2121
- boto3=1.37.3
2222

ci/deps/actions-311.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies:
1111
- meson-python=0.13.1
1212

1313
# test dependencies
14-
- pytest>=7.3.2
14+
- pytest>=8.3.4
1515
- pytest-cov
16-
- pytest-xdist>=3.4.0
17-
- pytest-localserver>=0.8.1
16+
- pytest-xdist>=3.6.1
17+
- pytest-localserver>=0.9.0
1818
- pytest-qt>=4.4.0
1919
- boto3=1.37.3
2020

ci/deps/actions-312.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies:
1111
- meson-python=0.13.1
1212

1313
# test dependencies
14-
- pytest>=7.3.2
14+
- pytest>=8.3.4
1515
- pytest-cov
16-
- pytest-xdist>=3.4.0
17-
- pytest-localserver>=0.8.1
16+
- pytest-xdist>=3.6.1
17+
- pytest-localserver>=0.9.0
1818
- pytest-qt>=4.4.0
1919
- boto3=1.37.3
2020

ci/deps/actions-313-downstream_compat.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies:
1212
- meson-python=0.13.1
1313

1414
# test dependencies
15-
- pytest>=7.3.2
15+
- pytest>=8.3.4
1616
- pytest-cov
17-
- pytest-xdist>=3.4.0
18-
- pytest-localserver>=0.8.1
17+
- pytest-xdist>=3.6.1
18+
- pytest-localserver>=0.9.0
1919
- pytest-qt>=4.4.0
2020
- boto3=1.37.3
2121

ci/deps/actions-313-freethreading.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
- meson-python=0.18.0
1313

1414
# test dependencies
15-
- pytest>=7.3.2
16-
- pytest-xdist>=3.4.0
15+
- pytest>=8.3.4
16+
- pytest-xdist>=3.6.1
1717

1818
# required dependencies
1919
- python-dateutil

ci/deps/actions-313-numpydev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dependencies:
1111
- cython<4.0.0a0
1212

1313
# test dependencies
14-
- pytest>=7.3.2
14+
- pytest>=8.3.4
1515
- pytest-cov
16-
- pytest-xdist>=3.4.0
16+
- pytest-xdist>=3.6.1
1717
- hypothesis>=6.116.0
1818

1919
# pandas dependencies

ci/deps/actions-313-pyarrownightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dependencies:
1111
- meson-python=0.13.1
1212

1313
# test dependencies
14-
- pytest>=7.3.2
14+
- pytest>=8.3.4
1515
- pytest-cov
16-
- pytest-xdist>=3.4.0
16+
- pytest-xdist>=3.6.1
1717
- hypothesis>=6.116.0
1818

1919
# required dependencies

ci/deps/actions-313.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies:
1111
- meson-python=0.13.1
1212

1313
# test dependencies
14-
- pytest>=7.3.2
14+
- pytest>=8.3.4
1515
- pytest-cov
16-
- pytest-xdist>=3.4.0
17-
- pytest-localserver>=0.8.1
16+
- pytest-xdist>=3.6.1
17+
- pytest-localserver>=0.9.0
1818
- pytest-qt>=4.4.0
1919
- boto3=1.37.3
2020

ci/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ test:
6161
- python -c "import pandas; pandas.test(extra_args={{ extra_args }})" # [python_impl == "cpython"]
6262
requires:
6363
- pip
64-
- pytest >=7.3.2
65-
- pytest-xdist >=3.4.0
64+
- pytest >=8.3.4
65+
- pytest-xdist >=3.6.1
6666
- pytest-cov
6767
- hypothesis >=6.116.0
6868

0 commit comments

Comments
 (0)