Unverified Commit 7a9958f2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.influxdb: ignore failing test that raises FutureWarning

parent e16642d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];