Pin robotframework to 3.1.1 41/82241/5
authorThanh Ha <zxiiro@gmail.com>
Fri, 24 May 2019 22:30:19 +0000 (18:30 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sun, 26 May 2019 01:46:27 +0000 (21:46 -0400)
3.1.2 introduced a new tidy requirement which does not work in 3.0 versions
of RobotFramework. Pin to 3.1.1 until we can communicate to the community to
upgrade to the 3.1 version.

Change-Id: Ib9398500d4c5b162b6ae2d758a1a13daf468bb99
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
.pre-commit-config.yaml

index cecdca20dbce3c8f89e4967496652b5050df7f5e..d554ffa890a9a160dbe38f52ce68ce171b3ae3f4 100644 (file)
@@ -3,4 +3,4 @@
   rev: 'master'
   hooks:
   - id: robotframework-tidy-wrapper
-
+    additional_dependencies: ['robotframework==3.1.1']  # Pin due to tidy warning in 3.1.2