From 8042669ade2c5ee3fc744ff32473fe37717153cb Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 18 Mar 2020 20:47:09 +0300 Subject: [PATCH] clever: Remove shebang from basic.py test Tests executed by ros_pytest are not meant to have shebangs anyway. --- clover/test/basic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clover/test/basic.py b/clover/test/basic.py index 1e4c2d62..b4ba870d 100755 --- a/clover/test/basic.py +++ b/clover/test/basic.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import rospy import pytest from mavros_msgs.msg import State