File tree 1 file changed +7
-3
lines changed
tests/stubtest_whitelists 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
_weakref.CallableProxyType.__getattr__
9
9
_weakref.ProxyType.__getattr__
10
10
_weakref.ReferenceType.__call__
11
- _winapi
12
11
abc.abstractclassmethod
13
12
abc.abstractmethod
14
13
abc.abstractstaticmethod
@@ -349,7 +348,6 @@ mailbox._mboxMMDF.get_string
349
348
mailbox.mbox.__init__
350
349
mimetypes.read_mime_types
351
350
mmap.mmap.__iter__
352
- msvcrt
353
351
multiprocessing.Array
354
352
multiprocessing.Event
355
353
multiprocessing.JoinableQueue
@@ -557,7 +555,6 @@ webbrowser.UnixBrowser.raise_opts
557
555
webbrowser.UnixBrowser.remote_action
558
556
webbrowser.UnixBrowser.remote_action_newtab
559
557
webbrowser.UnixBrowser.remote_action_newwin
560
- winsound
561
558
wsgiref.types
562
559
wsgiref.util.FileWrapper.__init__
563
560
wsgiref.util.FileWrapper.close
@@ -617,3 +614,10 @@ os.SCHED_[A-Z_]+
617
614
socket.AF_DECnet
618
615
socket.[A-Z0-9_]+
619
616
(termios.[A-Z0-9_]+)?
617
+
618
+ # Modules that do not exist on Linux systems and cannot be checked by our CI process.
619
+ (_msi)?
620
+ (_winapi)?
621
+ (msilib(.[a-z]+)?)?
622
+ (msvcrt)?
623
+ (winsound)?
You can’t perform that action at this time.
0 commit comments