Skip to content

Commit

Permalink
Ignore some warnings during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed Dec 9, 2020
1 parent 408384b commit 9af2a3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ exclude = '''
| dist
)/
'''

[tool.pytest.ini_options]
filterwarnings = [
"ignore::RuntimeWarning",
"ignore::UserWarning"
]

0 comments on commit 9af2a3b

Please sign in to comment.