Skip to content

Commit 79c14c5

Browse files
committed
minor adjustments
1 parent 39b901c commit 79c14c5

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
@@ -123,10 +123,10 @@ jobs:
123123
os:
124124
- image_name: ubuntu-latest
125125
download_name: manylinux_x86_64
126-
- image_name: macos-latest
127-
download_name: macosx_x86_64
128-
- image_name: windows-2019
129-
download_name: win_amd64
126+
# - image_name: macos-latest
127+
# download_name: macosx_x86_64
128+
# - image_name: windows-2019
129+
# download_name: win_amd64
130130
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
131131
python-version: ["3.11"]
132132
# cloud-provider: [aws, azure, gcp]
@@ -149,13 +149,13 @@ jobs:
149149
IMAGE_NAME=localstack/snowflake DEBUG=1 localstack start -d
150150
localstack wait
151151
152-
- name: Setup parameters file
153-
shell: bash
154-
env:
155-
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
156-
run: |
157-
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
158-
.github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
152+
# - name: Setup parameters file
153+
# shell: bash
154+
# env:
155+
# PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
156+
# run: |
157+
# gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
158+
# .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
159159
- name: Download wheel(s)
160160
uses: actions/download-artifact@v4
161161
with:

test/integ/test_arrow_result.py

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

939939

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

0 commit comments

Comments
 (0)