Skip to content

Commit 293ac11

Browse files
committed
-Removed pytest version requirement because python2 support is dropped before pytest version 5.
Signed-off-by: Mei Chu <[email protected]>
1 parent 6d9e3c8 commit 293ac11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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"
3837
python_files = "*Test.py"
3938
python_classes = "Test"
4039
python_functions = "test_*"

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This is a temporary but necessary pytest config file to be replaced by pyproject.toml.
33

44
[pytest]
5-
minversion = 6.0
65
addopts = --disable-warnings
76
python_files = *Test.py
87
python_classes = Test

0 commit comments

Comments
 (0)