File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ multiprocessing.popen_spawn_win32 # exists on Linux but fails to import
2828select.poll # Actually a function; we have a class so it can be used as a type
2929
3030# Bluetooth constants which aren't on the GitHub Actions runners, see #15207
31- _?socket.AF_BLUETOOTH
32- _?socket.BDADDR_ANY
33- _?socket.BDADDR_LOCAL
34- _?socket.BTPROTO_HCI
35- _?socket.BTPROTO_L2CAP
36- _?socket.BTPROTO_RFCOMM
37- _?socket.BTPROTO_SCO
31+ ( _?socket\ .AF_BLUETOOTH)?
32+ ( _?socket\ .BDADDR_ANY)?
33+ ( _?socket\ .BDADDR_LOCAL)?
34+ ( _?socket\ .BTPROTO_HCI)?
35+ ( _?socket\ .BTPROTO_L2CAP)?
36+ ( _?socket\ .BTPROTO_RFCOMM)?
37+ ( _?socket\ .BTPROTO_SCO)?
3838
3939# These seem like they should be available on Linux, but they're not
4040# on GitHub Actions runners for some reason.
You can’t perform that action at this time.
0 commit comments