Skip to content

Commit

Permalink
Only error on DeprecationWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ohemorange committed Oct 31, 2018
1 parent fdb3c8d commit aad2663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[pytest]
addopts = -Werror --numprocesses auto --pyargs
addopts = --numprocesses auto --pyargs
filterwarnings =
error::DeprecationWarning

0 comments on commit aad2663

Please sign in to comment.