diff --git a/tests/stubtest_whitelists/py38.txt b/tests/stubtest_whitelists/py38.txt index 69944340d..bfa3ad69f 100644 --- a/tests/stubtest_whitelists/py38.txt +++ b/tests/stubtest_whitelists/py38.txt @@ -55,7 +55,6 @@ ipaddress._BaseNetwork.hostmask macpath macurl2path # removed in 3.7 mmap.MADV_[A-Z_]+ -multiprocessing.managers.SharedMemoryServer.__init__ multiprocessing.pool.CLOSE multiprocessing.pool.RUN multiprocessing.pool.TERMINATE diff --git a/tests/stubtest_whitelists/py39.txt b/tests/stubtest_whitelists/py39.txt index 0c97dcd81..57cebf7c2 100644 --- a/tests/stubtest_whitelists/py39.txt +++ b/tests/stubtest_whitelists/py39.txt @@ -66,7 +66,6 @@ logging.handlers.WatchedFileHandler.__init__ macpath # module removed in 3.8 macurl2path # module removed in 3.7 mmap.MADV_[A-Z_]+ # platform dependent constants -multiprocessing.managers.SharedMemoryServer.__init__ multiprocessing.pool.CLOSE multiprocessing.pool.RUN multiprocessing.pool.TERMINATE diff --git a/tests/stubtest_whitelists/py3_common.txt b/tests/stubtest_whitelists/py3_common.txt index efe451698..86a538bd9 100644 --- a/tests/stubtest_whitelists/py3_common.txt +++ b/tests/stubtest_whitelists/py3_common.txt @@ -255,7 +255,6 @@ multiprocessing.JoinableQueue multiprocessing.Queue multiprocessing.SimpleQueue multiprocessing.managers.BaseManager.shutdown -multiprocessing.managers.Server.__init__ multiprocessing.managers.SyncManager.Event multiprocessing.managers.SyncManager.Lock multiprocessing.managers.SyncManager.Namespace