Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/influxdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ buildPythonPackage rec {
"test_write_points_from_dataframe_with_nan_json"
"test_write_points_from_dataframe_with_tags_and_nan_json"
"test_write_points_from_dataframe_with_numeric_precision"
# FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
"test_write_points_from_dataframe_with_tag_escaped"
# Reponse is not empty but `s = '孝'` and the JSON decoder chokes on that
"test_query_with_empty_result"
# Pandas API changes cause it to no longer infer datetimes in the expected manner
Expand Down