From 8f49af6bc6a1ad6c29dec8aa26c8f6f0e0e7c3df Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Thu, 25 Feb 2021 01:04:54 +0300 Subject: [PATCH] Bump tarantool-python submodule (remove test-run) This change removes the test-run submodule from `lib/tarantool-python`. The idea is to get rid of this 'recursive' nesting of test-run and tarantool-python submodules into each other. Those nested submodules contain old resivions of the code. It confuses linters, which looking for code recursively (such as luacheck). See [1] for details. After this commit we can eliminate the `test-run/**/*.lua` exclusion from `.luacheckrc` in tarantool. As the side effect, `git clone --recursive <...>` will be faster. [1]: https://github.com/tarantool/tarantool-python/pull/189 Follows up PR #266 --- lib/tarantool-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tarantool-python b/lib/tarantool-python index 30b37759..ea942f98 160000 --- a/lib/tarantool-python +++ b/lib/tarantool-python @@ -1 +1 @@ -Subproject commit 30b377595872eb03f743ff4f15317bfbca5d4fbb +Subproject commit ea942f981158a3dcf7d5d343ad3acf89edd4b15b