Skip to content

Commit

Permalink
Migrate pytest config to pyproject.toml (open-telemetry#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe4 authored and Michael Stella committed Sep 25, 2020
1 parent c40ea86 commit 008af3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mypy==0.770
sphinx~=2.1
sphinx-rtd-theme~=0.4
sphinx-autodoc-typehints~=1.10.2
pytest!=5.2.3
pytest>=6.0
pytest-cov>=2.8
readme-renderer~=24.0
grpcio-tools==1.29.0
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ exclude = '''
)/
)
'''
[tool.pytest.ini_options]
addopts = "-rs -v"
log_cli = true
log_cli_level = "warning"
4 changes: 0 additions & 4 deletions pytest.ini

This file was deleted.

0 comments on commit 008af3a

Please sign in to comment.