robotpy / robotpy-commands-v2

Python implementation of the WPILib Command Framework (2020+)
Other
2 stars 14 forks source link

Ramsetecommand implemented with Overtake and Beartype #42

Open lospugs opened 4 months ago

lospugs commented 4 months ago

Are these failures because overtake and beartype aren't available?

I based this branch from the previously successful PR where all the ci/test cases pass.

I did need to separately install overtake and beartype with pip but it does work on my machine.

virtuald commented 4 months ago

If you're modifying the package to require packages to be installed, you would need to modify the requirements in setup.py to ensure that they get installed.

Edit: oh, you did. Hm.