Skip to content

Commit

Permalink
-Removed pytest version requirement because python2 support is droppe…
Browse files Browse the repository at this point in the history
…d before pytest version 5.

Signed-off-by: Mei Chu <[email protected]>
  • Loading branch information
meimchu committed Dec 16, 2022
1 parent 8681a6f commit 3f1c5f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ before-build = "share/ci/scripts/macos/install_docs_env.sh"
before-build = "bash -c share/ci/scripts/windows/install_docs_env.sh"

[tool.pytest.ini_options]
minversion = "6.0"
python_files = "*Test.py"
python_classes = "Test"
python_functions = "test_*"
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This is a temporary but necessary pytest config file to be replaced by pyproject.toml.

[pytest]
minversion = 6.0
addopts = --disable-warnings
python_files = *Test.py
python_classes = Test
Expand Down

0 comments on commit 3f1c5f4

Please sign in to comment.