Skip to content

Commit ede6387

Browse files
authored
Comments explaining why keyboard and tzlocal are not run on multiple platforms (#9188)
1 parent e8111ea commit ede6387

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

stubs/keyboard/METADATA.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ version = "0.13.*"
22

33
[tool.stubtest]
44
ignore_missing_stub = false
5+
# While the stubs slightly differ on Windows vs Linux.
6+
# It's only by possible mouse buttons and event literal types.
7+
# As well as returning a tuple of int/long from keyboard.mouse.get_position
8+
# The "mouse" module is obsoleted by the "mouse" package.
9+
# platforms =
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# Implementation details
12
tzlocal.unix
23
tzlocal.win32

stubs/tzlocal/tzlocal/windows_tz.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Auto-generated for tzlocal.win32. But some libraries use it to get the mappings directly
12
win_tz: dict[str, str]
23
tz_names: dict[str, str]
34
tz_win: dict[str, str]

0 commit comments

Comments
 (0)