Skip to content

Commit 5dc0629

Browse files
authored
Merge pull request #590 from VariantEffect/chore/bencap/eliminate-logging-of-passing-tests
chore: remove passing test logging option from pytest configuration
2 parents 326ddb0 + 7ff9abf commit 5dc0629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ plugins = [
100100
mypy_path = "mypy_stubs"
101101

102102
[tool.pytest.ini_options]
103-
addopts = "-v -rP --import-mode=importlib --disable-socket --allow-unix-socket --allow-hosts localhost,::1,127.0.0.1"
103+
addopts = "-v --import-mode=importlib --disable-socket --allow-unix-socket --allow-hosts localhost,::1,127.0.0.1"
104104
asyncio_mode = 'strict'
105105
testpaths = "tests/"
106106
pythonpath = "."

0 commit comments

Comments
 (0)