mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[copybara] Resync robotpy (#8585)
Project import generated by Copybara.
GitOrigin-RevId: fd000778e9b78c72cc7ca7b2ebe476129b78c6e0
This commit is contained in:
@@ -43,8 +43,7 @@ if __name__ == "__main__":
|
||||
sphinxify.process_raw("\n".join(docs)).splitlines()
|
||||
)
|
||||
|
||||
print(
|
||||
f"""
|
||||
print(f"""
|
||||
// autogenerated by gen-pubsub.py
|
||||
.def(py::init([](
|
||||
{paramstr}
|
||||
@@ -60,5 +59,4 @@ if __name__ == "__main__":
|
||||
)"
|
||||
)
|
||||
|
||||
"""
|
||||
)
|
||||
""")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
build-backend = "hatchling.build"
|
||||
requires = [
|
||||
"semiwrap~=0.2.1",
|
||||
"semiwrap~=0.2.6",
|
||||
"hatch-meson~=0.1.0",
|
||||
"hatch-robotpy~=0.2.1",
|
||||
"hatchling",
|
||||
|
||||
@@ -3,7 +3,6 @@ import pytest
|
||||
from ntcore import NetworkTableInstance, NetworkTableType
|
||||
from ntcore.util import ntproperty, ChooserControl
|
||||
|
||||
|
||||
# def test_autoupdatevalue(nt):
|
||||
|
||||
# # tricksy: make sure that this works *before* initialization
|
||||
|
||||
Reference in New Issue
Block a user