python311Packages.influxdb: disable failing tests

This commit is contained in:
Martin Weinelt
2023-09-19 03:30:32 +02:00
parent 7bb85c7f1c
commit 0c6f0cb2f9
@@ -2,7 +2,6 @@
, buildPythonPackage
, python-dateutil
, fetchPypi
, fetchpatch
, mock
, msgpack
, nose
@@ -56,6 +55,7 @@ buildPythonPackage rec {
# b'foo[30 chars]_one="1",column_two=1i 0\nfoo,tag_one=red,tag_[46 chars]00\n'
"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"
# 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