-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]: tarantool/tarantool-python#189 Follows up PR #266
- Loading branch information
1 parent
aaf46bb
commit d775fd9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tarantool-python
updated
31 files
+0 −3 | .gitmodules | |
+0 −1 | Makefile | |
+1 −1 | README.rst | |
+1 −1 | setup.py | |
+48 −25 | tarantool/mesh_connection.py | |
+0 −1 | test-run | |
+0 −15 | test/.tarantoolctl | |
+0 −0 | test/__init__.py | |
+0 −16 | test/cluster-py/instance.lua | |
+0 −1 | test/cluster-py/instance1.lua | |
+0 −1 | test/cluster-py/instance2.lua | |
+0 −9 | test/cluster-py/master.lua | |
+0 −22 | test/cluster-py/multi.result | |
+0 −71 | test/cluster-py/multi.test.py | |
+0 −5 | test/cluster-py/suite.ini | |
+2 −2 | test/setup_command.py | |
+0 −0 | test/suites/__init__.py | |
+0 −0 | test/suites/box.lua | |
+0 −0 | test/suites/lib/__init__.py | |
+0 −0 | test/suites/lib/remote_tarantool_server.py | |
+0 −0 | test/suites/lib/tarantool_admin.py | |
+0 −0 | test/suites/lib/tarantool_python_ci.lua | |
+1 −0 | test/suites/lib/tarantool_server.py | |
+1 −1 | test/suites/test_dbapi.py | |
+1 −1 | test/suites/test_dml.py | |
+1 −1 | test/suites/test_execute.py | |
+37 −1 | test/suites/test_mesh.py | |
+0 −0 | test/suites/test_protocol.py | |
+1 −1 | test/suites/test_reconnect.py | |
+1 −1 | test/suites/test_schema.py | |
+0 −1 | test/test-run.py |