Skip to content

Commit 5370daf

Browse files
committed
Updates for 2027
1 parent 9684116 commit 5370daf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
push:
77
branches:
88
- main
9+
- '2027'
910
tags:
1011
- '*'
1112

1213
jobs:
1314
ci:
14-
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2025
15+
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2027
1516
with:
1617
enable_sphinx_check: false
1718
secrets:

pyfrc/test_support/pytest_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import hal.simulation
1111
import ntcore
1212
import wpilib
13-
import wpilib.shuffleboard
1413
from wpilib.simulation import DriverStationSim, pauseTiming, restartTiming
1514
import wpilib.simulation
1615

@@ -141,10 +140,9 @@ def robot(self):
141140
nt_inst._reset()
142141

143142
# Cleanup WPILib globals
144-
# -> preferences, SmartDashboard, Shuffleboard, LiveWindow, MotorSafety
143+
# -> preferences, SmartDashboard, MotorSafety
145144
wpilib.simulation._simulation._resetWpilibSimulationData()
146145
wpilib._wpilib._clearSmartDashboardData()
147-
wpilib.shuffleboard._shuffleboard._clearShuffleboardData()
148146

149147
# Cancel all periodic callbacks
150148
hal.simulation.cancelAllSimPeriodicCallbacks()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"pytest>=3.9",
2222
"pytest-reraise",
2323
"pint>=0.24.4",
24-
"wpilib>=2025.1.1,<2026",
24+
"wpilib>=2027.0.0a2,<2028",
2525
"robotpy-cli~=2024.0",
2626
"tomli"
2727
]

0 commit comments

Comments
 (0)