Skip to content

Commit 82f04dc

Browse files
agriyakhetarpalSaransh-cpp
authored andcommitted
Fix up pytest minversion
1 parent c602d7c commit 82f04dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ ignore = [
230230

231231
# NOTE: currently used only for notebook tests with the nbmake plugin.
232232
[tool.pytest.ini_options]
233-
minversion = "24.1rc0"
233+
minversion = "6"
234234
# Use pytest-xdist to run tests in parallel by default, exit with
235235
# error if not installed
236236
required_plugins = [

0 commit comments

Comments
 (0)