From a944b9e941c829f6aa0a6566befb0557017cfc04 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Thu, 16 Jul 2026 17:27:42 +0200 Subject: [PATCH 1/2] docs: add prominent ATTENTION and deprecation note to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a8061bc..5b20813 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ ## About +--- + +## ⚠️ ATTENTION + +> **This project is used only by the SLC tests and must NOT be used or depended on outside of that context.** +> +> **Deprecation notice:** This repository is deprecated for general use and may be removed or changed without notice. Do not rely on it for new projects; contact the SLC team for alternatives. + +--- + This project is shared among other Exasol projects, and provides a test framework to execute integration tests on the database. From 42eb9ec2d1f470c396f6fff67a86d9d248d01ff1 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Thu, 16 Jul 2026 17:31:14 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Torsten Kilias --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b20813..708999a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ ## ⚠️ ATTENTION -> **This project is used only by the SLC tests and must NOT be used or depended on outside of that context.** +> **This project is used only by the Script Languages Container tests and must NOT be used or depended on outside of that context.** > -> **Deprecation notice:** This repository is deprecated for general use and may be removed or changed without notice. Do not rely on it for new projects; contact the SLC team for alternatives. +> **Deprecation notice:** This repository is deprecated for general use and may be removed or changed without notice. Do not rely on it for new projects. Use instead the [exasol-pytest-backend](https://github.com/exasol/pytest-backend/), [exasol-pytest-extension](https://github.com/exasol/pytest-extension/) or [exasol-pytest-slc](https://github.com/exasol/pytest-slc/) ---