Skip to content

Commit e286fb2

Browse files
authored
#192: Removed setup.py (#195)
* Removed setup.py * Changed docker runner to install the package via poetry * Updated the integration-test-docker-environment to 1.6.0 * Remove test_docker_build_direct.py, because it got outdated with the current changes of the logging in the itde. Testing of the environment variable LOG_ENV_VARIABLE_NAME should be implemented in the itde with exasol/integration-test-docker-environment#322.
1 parent fab9cef commit e286fb2

File tree

10 files changed

+545
-769
lines changed

10 files changed

+545
-769
lines changed

.github/actions/prepare_poetry_env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
python-version: ${{ inputs.python-version }}
1414
- uses: abatilo/actions-poetry@v2
1515
with:
16-
poetry-version: 1.2.0
16+
poetry-version: 1.4.2
1717
- name: Poetry install
1818
run: poetry install
1919
shell: bash

.github/workflows/check_setup_py.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

doc/changes/changes_0.17.0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# Script-Languages-Container-Tool 0.17.0, released t.b.d.
1+
# Script-Languages-Container-Tool 0.17.0, released 2023-05-12
22

3-
Code name: t.b.d.
3+
Code name: Add API and CLI commands for building and pushing the test container
44

55
## Summary
66

7-
t.b.d.
7+
This releases adds API and CLI commands for building and pushing the test container. It further updates the integration-test-docker-environment to 1.6.0 and fixes some bugs.
88

99
## Features / Enhancements
1010

1111
- #193: Added build and push test container CLI commands
1212

1313
## Refactorings
1414

15-
- #187: Updated release_config.yml
15+
- #187: Updated release_config.yml
16+
- #192: Remove setup.py and updated the integration-test-docker-environment to 1.6.0
1617

1718
## Bug Fixes
1819

githooks/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ REPO_DIR=$(git rev-parse --show-toplevel)
77
GITHOOKS_PATH="$REPO_DIR/githooks"
88
pushd "$REPO_DIR"
99
bash "$GITHOOKS_PATH/prohibit_commit_to_main.sh"
10-
bash "$GITHOOKS_PATH/update_packaging.sh"
1110
popd

githooks/update_packaging.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

poetry.lock

Lines changed: 537 additions & 547 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python = ">=3.8,<4"
2121
importlib_metadata = ">=4.6.0"
2222
importlib-resources = ">=5.4.0"
2323
networkx = "2.8.2" # We pinned networkx to this version, because in newer versions it throws an exception, see https://github.com/exasol/integration-test-docker-environment/issues/228
24-
exasol-integration-test-docker-environment = "^1.4.0"
24+
exasol-integration-test-docker-environment = "^1.6.0"
2525
typeguard = "<3.0.0"
2626
[build-system]
2727
requires = ["poetry_core>=1.0.0"]
@@ -32,4 +32,4 @@ toml = ">=0.10.2"
3232

3333

3434
[tool.poetry.scripts]
35-
exaslct = 'exasol_script_languages_container_tool.main:main'
35+
exaslct = 'exasol_script_languages_container_tool.main:main'

setup.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/docker_build_direct_subprocess.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

test/test_docker_build_direct.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)