Revert "Reduce pytest prints (#117069)"

This reverts commit 40dbd567e04483c671f9c897171bf9d1e7162b68.

Reverted https://github.com/pytorch/pytorch/pull/117069 on behalf of https://github.com/clee2000 due to need to handle timeout expired better ([comment](https://github.com/pytorch/pytorch/pull/117069#issuecomment-1901270953))
This commit is contained in:
PyTorch MergeBot
2024-01-19 23:07:51 +00:00
parent 5538b37a06
commit f684e44fd6
7 changed files with 46 additions and 122 deletions

View File

@ -8,8 +8,6 @@ addopts =
--capture=sys
# don't suppress warnings, but don't shove them all to the end either
-p no:warnings
# Use custom pytest shard located in test/pytest_shard_custom.py instead
-p no:pytest-shard
# don't rewrite assertions (usually not a problem in CI due to differences in imports, see #95844)
--assert=plain
testpaths =