Skip to content

Commit eaa7764

Browse files
authored
Migrate pytest config to pyproject.toml (open-telemetry#1086)
1 parent 751e813 commit eaa7764

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mypy==0.770
66
sphinx~=2.1
77
sphinx-rtd-theme~=0.4
88
sphinx-autodoc-typehints~=1.10.2
9-
pytest!=5.2.3
9+
pytest>=6.0
1010
pytest-cov>=2.8
1111
readme-renderer~=24.0
1212
grpcio-tools==1.29.0

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ exclude = '''
1313
)/
1414
)
1515
'''
16+
[tool.pytest.ini_options]
17+
addopts = "-rs -v"
18+
log_cli = true
19+
log_cli_level = "warning"

pytest.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)