Skip to content

Commit

Permalink
Fix ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Sep 14, 2024
1 parent ea58098 commit 7de0eae
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev

Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev

Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev
2 changes: 2 additions & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev

1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ _ctypes.dlsym
# ==========

# Modules that do not exist on macos systems
_msi
_winapi
asyncio.windows_events
asyncio.windows_utils
Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py310.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py311.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py312.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
select.epoll.register

# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
select.epoll.register

# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ _ctypes.dlsym
# ==========

# Modules that do not exist on Linux systems
_msi
_winapi
asyncio.windows_events
asyncio.windows_utils
Expand Down

0 comments on commit 7de0eae

Please sign in to comment.