mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Run stubtest for psutil on all platforms (#9169)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
# These super() dunders don't seem to be particularly useful,
|
||||
# and having them pop up on autocomplete suggestions would be annoying
|
||||
psutil._compat.super.__self__
|
||||
psutil._compat.super.__self_class__
|
||||
psutil._compat.super.__thisclass__
|
||||
|
||||
# Stubtest does not support these platforms
|
||||
psutil._psaix
|
||||
psutil._psbsd
|
||||
psutil._psosx
|
||||
psutil._psutil_windows
|
||||
psutil._pswindows
|
||||
psutil._pssunos
|
||||
|
||||
# Test utilities
|
||||
psutil.tests.*
|
||||
|
||||
4
stubs/psutil/@tests/stubtest_allowlist_darwin.txt
Normal file
4
stubs/psutil/@tests/stubtest_allowlist_darwin.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
psutil._pslinux
|
||||
psutil._psutil_linux
|
||||
psutil._psutil_windows
|
||||
psutil._pswindows
|
||||
4
stubs/psutil/@tests/stubtest_allowlist_linux.txt
Normal file
4
stubs/psutil/@tests/stubtest_allowlist_linux.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
psutil._psosx
|
||||
psutil._psutil_windows
|
||||
psutil._psutil_osx
|
||||
psutil._pswindows
|
||||
6
stubs/psutil/@tests/stubtest_allowlist_win32.txt
Normal file
6
stubs/psutil/@tests/stubtest_allowlist_win32.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
psutil._pslinux
|
||||
psutil._psosx
|
||||
|
||||
psutil._psutil_linux
|
||||
psutil._psutil_osx
|
||||
psutil._psutil_posix
|
||||
Reference in New Issue
Block a user