We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab607b commit 14c4096Copy full SHA for 14c4096
1 file changed
subprojects/robotpy-wpilib/tests/conftest.py
@@ -4,11 +4,6 @@
4
import ntcore
5
from wpilib.simulation._simulation import _resetWpilibSimulationData
6
7
-try:
8
- import commands2
9
-except ImportError:
10
- commands2 = None
11
-
12
13
@pytest.fixture
14
def cfg_logging(caplog):
0 commit comments