We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751e813 commit eaa7764Copy full SHA for eaa7764
dev-requirements.txt
@@ -6,7 +6,7 @@ mypy==0.770
6
sphinx~=2.1
7
sphinx-rtd-theme~=0.4
8
sphinx-autodoc-typehints~=1.10.2
9
-pytest!=5.2.3
+pytest>=6.0
10
pytest-cov>=2.8
11
readme-renderer~=24.0
12
grpcio-tools==1.29.0
pyproject.toml
@@ -13,3 +13,7 @@ exclude = '''
13
)/
14
)
15
'''
16
+[tool.pytest.ini_options]
17
+addopts = "-rs -v"
18
+log_cli = true
19
+log_cli_level = "warning"
pytest.ini
0 commit comments