mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user