-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (15 loc) · 1.02 KB
/
pytest.ini
File metadata and controls
19 lines (15 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[pytest]
filterwarnings =
error
ignore:module 'sre_constants' is deprecated:DeprecationWarning
ignore:When grouping with a length-1 list-like, you will need to pass a length-1 tuple:FutureWarning
ignore:Type google._upb._message:DeprecationWarning
ignore:The key path API is deprecated and will be removed in a future version:FutureWarning
ignore:\*scattermapbox\* is deprecated! Use \*scattermap\* instead:DeprecationWarning
ignore:__array__ implementation doesn't accept a copy keyword:DeprecationWarning
ignore:In the future `np.object` will be defined as the corresponding NumPy scalar:FutureWarning
ignore:'oneOf' deprecated - use 'one_of':DeprecationWarning
ignore:'parseString' deprecated - use 'parse_string':DeprecationWarning
ignore:'resetCache' deprecated - use 'reset_cache':DeprecationWarning
ignore:'enablePackrat' deprecated - use 'enable_packrat':DeprecationWarning
ignore:Downcasting behavior in `replace` is deprecated and will be removed in a future version:FutureWarning