Skip to content

Commit 2bde522

Browse files
new project structure (#301)
1 parent 3f7ed9e commit 2bde522

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+158
-18243
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
7575
run: |
7676
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
77-
.github/workflows/parameters/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
77+
.github/workflows/parameters/parameters_${{ matrix.cloud-provider }}.py.gpg > tests/parameters.py
7878
- name: Upgrade setuptools, pip and wheel
7979
run: python -m pip install -U setuptools pip wheel
8080
- name: Install tox

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test/parameters*.py
1+
tests/parameters*.py
22

33
# Byte-compiled / optimized / DLL files
44
__pycache__/

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ repos:
2222
rev: v2.32.1
2323
hooks:
2424
- id: pyupgrade
25+
args: [--py37-plus]

docker/python_connector_tests/Dockerfile-x86_64_base

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

docker/python_connector_tests/scripts/entrypoint.sh

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

0 commit comments

Comments
 (0)