mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Explain why vobject is not tested on Windows (#9175)
Specify vobject.win32tz is broken on Windows
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# implementation has *args and **kwds arguments that can't be used
|
||||
vobject.base.VBase.__init__
|
||||
|
||||
# only available on Windows
|
||||
# Only available on Windows
|
||||
# This module is currently broken on Python 3
|
||||
# See: https://github.com/eventable/vobject/pull/187
|
||||
vobject.win32tz
|
||||
|
||||
# dependencies
|
||||
|
||||
Reference in New Issue
Block a user