The remaining ones are kinda out of control: - `source:1396: DeprecationWarning: invalid escape sequence \(` is a heisenwarning - `FutureWarning: In the future, NAT != NAT will be True rather than False.` comes from `tm.assert_frame_equal`, but We need to check `NaT` values - I can silent it though
``` ================================================== warnings summary =================================================== source:1396: DeprecationWarning: invalid escape sequence \( source:1401: DeprecationWarning: invalid escape sequence \( /Users/krisz/.conda/envs/arrow36/lib/python3.6/site-packages/pandas/core/dtypes/missing.py:431: FutureWarning: In the future, NAT != NAT will be True rather than False. if left_value != right_value: /Users/krisz/.conda/envs/arrow36/lib/python3.6/site-packages/pandas/core/dtypes/missing.py:431: DeprecationWarning: elementwise != comparison failed; this will raise an error in the future. if left_value != right_value: /Users/krisz/.conda/envs/arrow36/lib/python3.6/site-packages/pandas/core/dtypes/missing.py:431: FutureWarning: In the future, NAT != NAT will be True rather than False. if left_value != right_value: /Users/krisz/.conda/envs/arrow36/lib/python3.6/site-packages/pandas/core/dtypes/missing.py:431: FutureWarning: In the future, NAT != NAT will be True rather than False. if left_value != right_value: -- Docs: https://docs.pytest.org/en/latest/warnings.html ``` [ Full content available at: https://github.com/apache/arrow/pull/2595 ] This message was relayed via gitbox.apache.org for [email protected]
