From 6f27ce2d10f7798da024f2fda5a06c2bdcb26431 Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Wed, 20 Dec 2023 09:26:34 +0100 Subject: [PATCH] Ignore step7.py as it require the serial module (#254) Since https://github.com/SofaDefrost/SoftRobots/pull/246 --- examples/.scene-tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/.scene-tests b/examples/.scene-tests index 9b42ffac..6711d994 100644 --- a/examples/.scene-tests +++ b/examples/.scene-tests @@ -6,6 +6,9 @@ ignore "tutorials/CircularRobot/circularrobot.py" ignore "tutorials/Tripod/myproject/step8-maze.py" ignore "tutorials/Tripod/myproject/step8.py" +# Ignore because it requires the 'serial' module +ignore "tutorials/Tripod/myproject/step7.py" + # Ignore the following scenes as they require the option SOFTROBOTS_COMMUNICATIONCONTROLLER ignore "component/controller/CommunicationController/SimulationDirect_Receiver.py" ignore "component/controller/CommunicationController/SimulationInverse_Sender.py"