File: skip-precision-test.patch

package info (click to toggle)
influxdb-python 5.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: python: 7,274; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Forwarded: no, project is archived

Index: influxdb-python/influxdb/tests/dataframe_client_test.py
===================================================================
--- influxdb-python.orig/influxdb/tests/dataframe_client_test.py
+++ influxdb-python/influxdb/tests/dataframe_client_test.py
@@ -454,6 +454,7 @@ class TestDataFrameClient(unittest.TestC
 
             self.assertEqual(m.last_request.body, expected)
 
+    @unittest.skip("See #902470")
     def test_write_points_from_dataframe_with_numeric_precision(self):
         """Test write points from df with numeric precision."""
         now = pd.Timestamp('1970-01-01 00:00+00:00')