We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9e3c8 commit 293ac11Copy full SHA for 293ac11
2 files changed
pyproject.toml
@@ -34,7 +34,6 @@ before-build = "share/ci/scripts/macos/install_docs_env.sh"
34
before-build = "bash -c share/ci/scripts/windows/install_docs_env.sh"
35
36
[tool.pytest.ini_options]
37
-minversion = "6.0"
38
python_files = "*Test.py"
39
python_classes = "Test"
40
python_functions = "test_*"
pytest.ini
@@ -2,7 +2,6 @@
2
# This is a temporary but necessary pytest config file to be replaced by pyproject.toml.
3
4
[pytest]
5
-minversion = 6.0
6
addopts = --disable-warnings
7
python_files = *Test.py
8
python_classes = Test
0 commit comments