Skip to content

Commit

Permalink
Ignore FutureWarning in pytest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Dec 12, 2019
1 parent 101d70a commit c08407e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
filterwarnings =
error
ignore::FutureWarning

0 comments on commit c08407e

Please sign in to comment.