Skip to content

Commit

Permalink
feat: ignoring warning to avoid unnecessary noise during initial stages
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent 9a8142d commit 3fe2ab2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ include_trailing_comma = True
indent = ' '
line_length = 120
multi_line_output = 3

[tool:pytest]
filterwarnings =
default
# We ignore every warning while we actually get the testing infrastructure
# running for different version of tutor in gh actions
ignore:

0 comments on commit 3fe2ab2

Please sign in to comment.