[copybara] Resync with mostrobotpy (#8662)

This commit is contained in:
PJ Reiniger
2026-03-09 00:38:21 -04:00
committed by GitHub
parent 71cd434699
commit c0f8159540
40 changed files with 181 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
[build-system]
build-backend = "hatchling.build"
requires = [
"semiwrap~=0.2.6",
"semiwrap~=0.3.0",
"hatch-meson~=0.1.0",
"hatch-robotpy~=0.2.1",
"hatchling",

View File

@@ -1,7 +1,15 @@
import ctypes
import ctypes.util
import pathlib
import sys
import pytest
@pytest.mark.skipif(
sys.platform == "linux" and not ctypes.util.find_library("X11"),
reason="X11 not installed",
)
def test_halsim_gui():
# dependencies
import wpinet