Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
. ~/virtualenvs/pandas-dev/bin/activate
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
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
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
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
python -m pip list --no-cache-dir
PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
. ~/virtualenvs/pandas-dev/bin/activate
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
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
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
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
python -m pip list --no-cache-dir

Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
python --version
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
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
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
python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
python -m pip list

Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-311-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-localserver>=0.8.1
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.37.3

Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-localserver>=0.8.1
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.37.3

Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-localserver>=0.8.1
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.37.3

Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-313-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-localserver>=0.8.1
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.37.3

Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-313-freethreading.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- meson-python=0.18.0

# test dependencies
- pytest>=7.3.2
- pytest-xdist>=3.4.0
- pytest>=8.3.4
- pytest-xdist>=3.6.1

# required dependencies
- python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-313-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- cython<4.0.0a0

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-xdist>=3.6.1
- hypothesis>=6.116.0

# pandas dependencies
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-313-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-xdist>=3.6.1
- hypothesis>=6.116.0

# required dependencies
Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-localserver>=0.8.1
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.37.3

Expand Down
4 changes: 2 additions & 2 deletions ci/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ test:
- python -c "import pandas; pandas.test(extra_args={{ extra_args }})" # [python_impl == "cpython"]
requires:
- pip
- pytest >=7.3.2
- pytest-xdist >=3.4.0
- pytest >=8.3.4
- pytest-xdist >=3.6.1
- pytest-cov
- hypothesis >=6.116.0

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
- meson-python=0.13.1

# test dependencies
- pytest>=7.3.2
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.4.0
- pytest-xdist>=3.6.1
- pytest-qt>=4.4.0
- pytest-localserver
- pyqt>=5.15.9
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pyarrow": "13.0.0",
"pyiceberg": "0.8.1",
"pyreadstat": "1.2.8",
"pytest": "7.3.2",
"pytest": "8.3.4",
"python-calamine": "0.3.0",
"pytz": "2024.2",
"pyxlsb": "1.0.10",
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repository = 'https://github.com/pandas-dev/pandas'
matplotlib = "pandas:plotting._matplotlib"

[project.optional-dependencies]
test = ['hypothesis>=6.116.0', 'pytest>=7.3.2', 'pytest-xdist>=3.4.0']
test = ['hypothesis>=6.116.0', 'pytest>=8.3.4', 'pytest-xdist>=3.6.1']
pyarrow = ['pyarrow>=13.0.0']
performance = ['bottleneck>=1.4.2', 'numba>=0.60.0', 'numexpr>=2.10.2']
computation = ['scipy>=1.14.1', 'xarray>=2024.10.0']
Expand Down Expand Up @@ -101,8 +101,8 @@ all = ['adbc-driver-postgresql>=1.2.0',
'pymysql>=1.1.1',
'PyQt5>=5.15.9',
'pyreadstat>=1.2.8',
'pytest>=7.3.2',
'pytest-xdist>=3.4.0',
'pytest>=8.3.4',
'pytest-xdist>=3.6.1',
'python-calamine>=0.3.0',
'pytz>=2024.2',
'pyxlsb>=1.0.10',
Expand Down Expand Up @@ -186,7 +186,7 @@ environment = {CFLAGS="-g0"}

[[tool.cibuildwheel.overrides]]
select = "*pyodide*"
test-requires = "pytest>=7.3.2 hypothesis>=6.116.0"
test-requires = "pytest>=8.3.4 hypothesis>=6.116.0"
# Pyodide repairs wheels on its own, using auditwheel-emscripten
repair-wheel-command = ""
# https://github.com/pyodide/pyodide/issues/5805
Expand Down Expand Up @@ -442,7 +442,7 @@ docstring-code-format = true

[tool.pytest.ini_options]
# sync minversion with pyproject.toml & install.rst
minversion = "7.3.2"
minversion = "8.3.4"
addopts = "--strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
empty_parameter_set_mark = "fail_at_collect"
xfail_strict = true
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ versioneer[toml]
cython<4.0.0a0
meson[ninja]==1.2.1
meson-python==0.13.1
pytest>=7.3.2
pytest>=8.3.4
pytest-cov
pytest-xdist>=3.4.0
pytest-xdist>=3.6.1
pytest-qt>=4.4.0
pytest-localserver
PyQt5>=5.15.9
Expand Down
Loading