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