Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#192: Remove setup.py #195

Merged
merged 4 commits into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/prepare_poetry_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
python-version: ${{ inputs.python-version }}
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.4.2
- name: Poetry install
run: poetry install
shell: bash
20 changes: 0 additions & 20 deletions .github/workflows/check_setup_py.yaml

This file was deleted.

1 change: 0 additions & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ REPO_DIR=$(git rev-parse --show-toplevel)
GITHOOKS_PATH="$REPO_DIR/githooks"
pushd "$REPO_DIR"
bash "$GITHOOKS_PATH/prohibit_commit_to_main.sh"
bash "$GITHOOKS_PATH/update_packaging.sh"
popd
44 changes: 0 additions & 44 deletions githooks/update_packaging.sh

This file was deleted.

1,084 changes: 537 additions & 547 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = ">=3.8,<4"
importlib_metadata = ">=4.6.0"
importlib-resources = ">=5.4.0"
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
exasol-integration-test-docker-environment = "^1.4.0"
exasol-integration-test-docker-environment = "^1.6.0"
typeguard = "<3.0.0"
[build-system]
requires = ["poetry_core>=1.0.0"]
Expand All @@ -32,4 +32,4 @@ toml = ">=0.10.2"


[tool.poetry.scripts]
exaslct = 'exasol_script_languages_container_tool.main:main'
exaslct = 'exasol_script_languages_container_tool.main:main'
55 changes: 0 additions & 55 deletions setup.py

This file was deleted.

76 changes: 0 additions & 76 deletions test/docker_build_direct_subprocess.py

This file was deleted.

19 changes: 0 additions & 19 deletions test/test_docker_build_direct.py

This file was deleted.