Skip to content

Commit

Permalink
Ignore step7.py as it require the serial module (#254)
Browse files Browse the repository at this point in the history
Since #246
  • Loading branch information
alxbilger authored Dec 20, 2023
1 parent 08ceb17 commit 6f27ce2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/.scene-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f27ce2

Please sign in to comment.