Allow influxdb-client to be completely tested by stubtest (#9529)

This commit is contained in:
Avasam
2023-01-14 06:03:21 -05:00
committed by GitHub
parent 1946907451
commit cd56735bf0
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,3 @@ influxdb_client.client.write_api_async.DEFAULT_WRITE_PRECISION
# Metaclass problem inherited from urllib3.
influxdb_client.client.write.retry.WritesRetry
# Requires numpy and pandas to be installed.
influxdb_client.client.util.date_utils_pandas
influxdb_client.extras

View File

@@ -3,3 +3,4 @@ requires = ["types-urllib3"]
[tool.stubtest]
ignore_missing_stub = false
extras = ["extra"]