Tests: Remove CPython test submodules, they only do harm

* We need to organize their relationship externally, in
  CI runs, but as it is now, they only do harm when e.g.
  using Git URLs in pyproject.toml with tools.
This commit is contained in:
Kay Hayen
2025-04-14 10:11:22 +02:00
parent ac881edd4d
commit a99df7391b
13 changed files with 0 additions and 60 deletions

48
.gitmodules vendored
View File

@@ -1,48 +0,0 @@
[submodule "tests/CPython26"]
path = tests/CPython26
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython26
[submodule "tests/CPython27"]
path = tests/CPython27
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython27
[submodule "tests/CPython32"]
path = tests/CPython32
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython32
[submodule "tests/CPython33"]
path = tests/CPython33
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython33
[submodule "tests/CPython34"]
path = tests/CPython34
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython34
[submodule "tests/CPython35"]
path = tests/CPython35
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython35
[submodule "tests/CPython36"]
path = tests/CPython36
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython36
[submodule "tests/CPython37"]
path = tests/CPython37
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython37
[submodule "tests/CPython38"]
path = tests/CPython38
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython38
[submodule "tests/CPython39"]
path = tests/CPython39
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython39
[submodule "tests/CPython310"]
path = tests/CPython310
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython310
[submodule "tests/CPython311"]
path = tests/CPython311
url = https://github.com/Nuitka/Nuitka-CPython-tests.git
branch = CPython311

Submodule tests/CPython26 deleted from 728efd5843

Submodule tests/CPython27 deleted from 6d71ba295e

Submodule tests/CPython310 deleted from 5ffc17ff3a

Submodule tests/CPython311 deleted from decfcce86b

Submodule tests/CPython32 deleted from ff27686ba5

Submodule tests/CPython33 deleted from 3a9c96cba3

Submodule tests/CPython34 deleted from 1b7d6579a1

Submodule tests/CPython35 deleted from 056fd0cbb0

Submodule tests/CPython36 deleted from d78ab39b34

Submodule tests/CPython37 deleted from 2f0eff297a

Submodule tests/CPython38 deleted from 9924f368c7

Submodule tests/CPython39 deleted from 03aa7e1d06