forked from mirrors/nixpkgs
python3Packages.influxdb: disable failing test
This commit is contained in:
parent
107c1442f2
commit
ea98fc72e3
|
@ -57,6 +57,8 @@ 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"
|
||||
# Reponse is not empty but `s = '孝'` and the JSON decoder chokes on that
|
||||
"test_query_with_empty_result"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "influxdb" ];
|
||||
|
|
Loading…
Reference in a new issue