Skip to content

Commit 4b49314

Browse files
committed
skip 3.14 test on macos
1 parent f1ce392 commit 4b49314

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.evergreen/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,14 +1627,6 @@ buildvariants:
16271627
tasks:
16281628
- build-and-test-and-upload
16291629
- test-python
1630-
- name: macos-14
1631-
display_name: macOS 14 (arm)
1632-
run_on: macos-14-arm64
1633-
expansions:
1634-
compile_env: MACOS_UNIVERSAL=ON CMAKE=/opt/homebrew/bin/cmake
1635-
tasks:
1636-
- build-and-test-and-upload
1637-
- test-python
16381630
- name: windows-vs2017-32bit
16391631
# Test Windows 32 bit builds for PHPC. PHPC builds libmongocrypt from source. See MONGOCRYPT-391.
16401632
display_name: "Windows VS 2017 32-bit compile"

bindings/python/.evergreen/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ elif [ "Darwin" = "$(uname -s)" ]; then
3636
"/Library/Frameworks/Python.framework/Versions/3.11/bin/python3"
3737
"/Library/Frameworks/Python.framework/Versions/3.12/bin/python3"
3838
"/Library/Frameworks/Python.framework/Versions/3.13/bin/python3"
39-
"/Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
39+
# TODO: PYTHON-5466
40+
#"/Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
4041
)
4142

4243
export CRYPT_SHARED_PATH="../crypt_shared/lib/mongo_crypt_v1.dylib"

0 commit comments

Comments
 (0)