From c0f96e1ab6dbd9516df70eef3fcfb0b1eabfb00a Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 12 Nov 2022 19:23:26 -0500 Subject: [PATCH] Explain why `vobject` is not tested on Windows (#9175) Specify vobject.win32tz is broken on Windows --- stubs/vobject/@tests/stubtest_allowlist.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stubs/vobject/@tests/stubtest_allowlist.txt b/stubs/vobject/@tests/stubtest_allowlist.txt index 04093ce63..be42939db 100644 --- a/stubs/vobject/@tests/stubtest_allowlist.txt +++ b/stubs/vobject/@tests/stubtest_allowlist.txt @@ -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