Skip to content

Commit

Permalink
Update for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 20, 2024
1 parent 30ac771 commit 655b2e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
pytest-reraise
pint>=0.11.0

wpilib>=2024.1.0,<2025
wpilib>=2025.0.0b1,<2026
robotpy-cli~=2024.0
setup_requires =
setuptools_scm > 6
Expand Down
4 changes: 3 additions & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
root = abspath(dirname(__file__))
os.chdir(root)

subprocess.check_call([sys.executable, "-m", "pytest", "-vv"])
# TODO: https://github.com/hgrecco/pint/issues/1969
if sys.version_info < (3, 13):
subprocess.check_call([sys.executable, "-m", "pytest", "-vv"])

0 comments on commit 655b2e2

Please sign in to comment.