Revert "Reduce pytest prints (#117069)"

This reverts commit 2f89ef23007626aca1a577a4a388e315253c834f.

Reverted https://github.com/pytorch/pytorch/pull/117069 on behalf of https://github.com/clee2000 due to distributed tests are not printing items ([comment](https://github.com/pytorch/pytorch/pull/117069#issuecomment-1899433816))
This commit is contained in:
PyTorch MergeBot
2024-01-19 00:27:03 +00:00
parent a468b9fbdf
commit 77cfacab55
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 =