Skip to content

Commit 1d86e1e

Browse files
committed
-Set minimum version of pytest to 6 to support myproject.toml.
Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent b94df2c commit 1d86e1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ before-build = "share/ci/scripts/macos/install_docs_env.sh"
3434
before-build = "bash -c share/ci/scripts/windows/install_docs_env.sh"
3535

3636
[tool.pytest.ini_options]
37+
minversion = "6.0"
3738
python_files = "*Test.py"
3839
python_classes = "Test"
3940
python_functions = "test_*"

0 commit comments

Comments
 (0)