8000 Allow influxdb-client to be completely tested by stubtest (#9529) · python/typeshed@cd56735 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd56735

Browse files
authored
Allow influxdb-client to be completely tested by stubtest (#9529)
1 parent 1946907 commit cd56735

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

stubs/influxdb-client/@tests/stubtest_allowlist.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ influxdb_client.client.write_api_async.DEFAULT_WRITE_PRECISION
77

88
# Metaclass problem inherited from urllib3.
99
influxdb_client.client.write.retry.WritesRetry
10-
11-
# Requires numpy and pandas to be installed.
12-
influxdb_client.client.util.date_utils_pandas
13-
influxdb_client.extras

stubs/influxdb-client/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ requires = ["types-urllib3"]
33

44
[tool.stubtest]
55
ignore_missing_stub = false
6+
extras = ["extra"]

0 commit comments

Comments
 (0)
0