Skip to content

Commit a8647ce

Browse files
tungolsrittau
andauthored
Make the new allowlist entries optional
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent 7c6a91c commit a8647ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

stdlib/@tests/stubtest_allowlists/linux.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ multiprocessing.popen_spawn_win32 # exists on Linux but fails to import
2828
select.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.

0 commit comments

Comments
 (0)