[ros-wstool] 03/03: Add fake identity for VCSs
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Tue Jul 18 07:55:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
jspricke pushed a commit to branch patch-queue/master
in repository ros-wstool.
commit dd8cf3625cb65d551d697d382127547390988efc
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Tue Jul 18 09:38:43 2017 +0200
Add fake identity for VCSs
---
test/scm_test_base.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/scm_test_base.py b/test/scm_test_base.py
index 6125f7d..7267221 100644
--- a/test/scm_test_base.py
+++ b/test/scm_test_base.py
@@ -126,6 +126,7 @@ class AbstractRosinstallCLITest(unittest.TestCase):
"""Base class for cli tests"""
@classmethod
def setUpClass(self):
+ os.environ['EMAIL'] = 'Your Name <name at example.com>'
self.new_environ = copy.copy(os.environ)
self.new_environ["PYTHONPATH"] = os.path.join(os.getcwd(), "src")
if "ROS_WORKSPACE" in self.new_environ:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-wstool.git
More information about the debian-science-commits
mailing list