Skip to content

Commit 4988d2f

Browse files
committed
Update comment
1 parent 64fb5f8 commit 4988d2f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

stubs/Jetson.GPIO/@tests/stubtest_allowlist.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# The high level module can only be imported on a Jetson SBC
2-
3-
# error: Jetson.GPIO failed to import. RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this. It is also possible that /dev/gpiochip0 does not exist. Please check if that file is present.
1+
# stubtest produces false positives for Jetson.GPIO-related modules in CI
2+
# The high-level Jetson.GPIO library can only be imported on Jetson SBC,
3+
# and requires specific system permissions (/dev/gpiochip0 access).
44
Jetson.GPIO
5-
6-
# error: Jetson.GPIO.gpio failed to import. RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this. It is also possible that /dev/gpiochip0 does not exist. Please check if that file is present.
75
Jetson.GPIO.gpio
8-
9-
# error: Jetson.GPIO.gpio_pinmux_lookup failed to import. RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this. It is also possible that /dev/gpiochip0 does not exist. Please check if that file is present.
106
Jetson.GPIO.gpio_pinmux_lookup
117

128
# This builtin error doesn't need to be re-exported

0 commit comments

Comments
 (0)