Skip to content

Commit

Permalink
pytest fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Mar 27, 2022
1 parent eee00cb commit d000885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ addopts =
--doctest-modules
--color=yes
--disable-pytest-warnings
# FIXME
-x
filterwarnings =
# error out on our deprecation warnings - ensures the code and tests are kept up-to-date
error::pytorch_lightning.utilities.rank_zero.LightningDeprecationWarning
Expand Down

0 comments on commit d000885

Please sign in to comment.