+1
-1
pkgs/development/python-modules/influxdb/default.nix
+1
-1
pkgs/development/python-modules/influxdb/default.nix
···
2
2
, buildPythonPackage
3
3
, python-dateutil
4
4
, fetchPypi
5
-
, fetchpatch
6
5
, mock
7
6
, msgpack
8
7
, nose
···
56
55
# b'foo[30 chars]_one="1",column_two=1i 0\nfoo,tag_one=red,tag_[46 chars]00\n'
57
56
"test_write_points_from_dataframe_with_nan_json"
58
57
"test_write_points_from_dataframe_with_tags_and_nan_json"
58
+
"test_write_points_from_dataframe_with_numeric_precision"
59
59
# Reponse is not empty but `s = '孝'` and the JSON decoder chokes on that
60
60
"test_query_with_empty_result"
61
61
# Pandas API changes cause it to no longer infer datetimes in the expected manner