tox: let warnings be warnings (#40004)

This commit is contained in:
Emmanuel Cazenave 2020-02-19 11:41:25 +01:00
parent c5a128a8ed
commit c1dc255b60
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ commands =
[pytest]
filterwarnings = default
error:.*
# to delete when using python3, it's a warning inside ElementTree
ignore:.*tree.iter().*:PendingDeprecationWarning
# pyproj warning about deprecation of '+init=authority:code which comes from using Proj(init='EPSG:4326') instead of Proj('EPSG:4326')