Skip to content

Commit 582749d

Browse files
committed
minor adjustments
1 parent bd826e8 commit 582749d

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/build_test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
os:
123123
- image_name: ubuntu-latest
124124
download_name: manylinux_x86_64
125-
- image_name: macos-latest
126-
download_name: macosx_x86_64
127-
- image_name: windows-2019
128-
download_name: win_amd64
125+
# - image_name: macos-latest
126+
# download_name: macosx_x86_64
127+
# - image_name: windows-2019
128+
# download_name: win_amd64
129129
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
130130
python-version: ["3.11"]
131131
# cloud-provider: [aws, azure, gcp]
@@ -148,13 +148,13 @@ jobs:
148148
IMAGE_NAME=localstack/snowflake DEBUG=1 localstack start -d
149149
localstack wait
150150
151-
- name: Setup parameters file
152-
shell: bash
153-
env:
154-
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
155-
run: |
156-
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
157-
.github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
151+
# - name: Setup parameters file
152+
# shell: bash
153+
# env:
154+
# PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
155+
# run: |
156+
# gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
157+
# .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
158158
- name: Download wheel(s)
159159
uses: actions/download-artifact@v3
160160
with:

test/integ/test_arrow_result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ def test_select_date(conn_cnx):
884884
finish(conn_cnx, table)
885885

886886

887+
@pytest.mark.skip(reason="LocalStack - currently incompatible with Snowflake emulator")
887888
@pytest.mark.parametrize("scale", range(10))
888889
@pytest.mark.parametrize("type", ["timestampntz", "timestampltz", "timestamptz"])
889890
def test_select_timestamp_with_scale(conn_cnx, scale, type):

0 commit comments

Comments
 (0)