You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stubs/Jetson.GPIO/@tests/stubtest_allowlist.txt
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff 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).
4
4
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.
7
5
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.
10
6
Jetson.GPIO.gpio_pinmux_lookup
11
7
12
8
# This builtin error doesn't need to be re-exported
0 commit comments