Explain why vobject is not tested on Windows (#9175)

Specify vobject.win32tz is broken on Windows
This commit is contained in:
Avasam
2022-11-12 19:23:26 -05:00
committed by GitHub
parent 24277cedf4
commit c0f96e1ab6

View File

@@ -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