test(old): remove python2 tests (#23547)

Because python2 provider is no longer supported.
This commit is contained in:
zeertzjq
2023-05-09 09:18:21 +08:00
committed by GitHub
parent 44fc2a6d7e
commit 84378c4dd5
4 changed files with 2 additions and 300 deletions

View File

@@ -8654,7 +8654,7 @@ bool eval_has_provider(const char *feat)
return false;
}
char name[32]; // Normalized: "python_compiled" => "python".
char name[32]; // Normalized: "python3_compiled" => "python3".
snprintf(name, sizeof(name), "%s", feat);
strchrsub(name, '_', '\0'); // Chop any "_xx" suffix.