Skip to content

Commit 5b6d6eb

Browse files
authored
TST: Sync pyproject.toml Pytest version with min deps (pandas-dev#50740)
1 parent fd2c231 commit 5b6d6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ disable = [
356356

357357
[tool.pytest.ini_options]
358358
# sync minversion with pyproject.toml & install.rst
359-
minversion = "6.0"
359+
minversion = "7.0"
360360
addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
361361
empty_parameter_set_mark = "fail_at_collect"
362362
xfail_strict = true

0 commit comments

Comments
 (0)