python311Packages.influxdb: ignore failing test that raises FutureWarning

This commit is contained in:
Martin Weinelt 2024-02-28 15:59:50 +01:00
parent e16642d1f1
commit 7a9958f27f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -62,6 +62,8 @@ buildPythonPackage rec {
# Pandas API changes cause it to no longer infer datetimes in the expected manner
"test_multiquery_into_dataframe"
"test_multiquery_into_dataframe_dropna"
# FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
"test_write_points_from_dataframe_with_tag_escaped"
];
pythonImportsCheck = [ "influxdb" ];