diff --git a/.github/actions/pytest-plugins-environment/action.yml b/.github/actions/pytest-plugins-environment/action.yml index d6c68c9..abb976a 100644 --- a/.github/actions/pytest-plugins-environment/action.yml +++ b/.github/actions/pytest-plugins-environment/action.yml @@ -7,7 +7,7 @@ inputs: python-version: description: 'Python version to use' required: true - default: 3.9 + default: 3.10 poetry-version: description: 'Poetry version to use' diff --git a/README.md b/README.md index 7b68fb9..d4b1abf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Whether you're looking to use database interactions, enhance test reporting, or | `pytest-exasol-itde` | Fixture to enable simple usage with Exasol's project [ITDE](https://github.com/exasol/integration-test-docker-environment) | [pytest-exasol-itde](https://pypi.org/project/pytest-exasol-itde/) | | `pytest-exasol-saas` | Fixture to enable simple usage with Exasol's project [saas-api-python](https://github.com/exasol/saas-api-python/) | [pytest-exasol-saas](https://pypi.org/project/pytest-exasol-saas/) | | `pytest-exasol-backend` | Fixture aggregating functionality of both of the above plugins | [pytest-exasol-backend](https://pypi.org/project/pytest-exasol-backend/) | +| `pytest-exasol-slc` | Fixture for uploading a script language container | [pytest-exasol-slc](https://pypi.org/project/pytest-exasol-slc/) | ## Installation