Skip to content

Commit 16d2c11

Browse files
committed
fix windows and macos handling
1 parent 743fb47 commit 16d2c11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.evergreen/scripts/setup-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ fi
5858

5959
. $ROOT_DIR/.evergreen/utils.sh
6060
PYTHON=${PYTHON_BINARY:-$(find_python3)}
61-
cat /etc/os-release
6261
$PYTHON $SCRIPT_DIR/setup_tests.py

.evergreen/scripts/setup_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def run_command(cmd: str) -> None:
9898

9999
def setup_libmongocrypt():
100100
target = ""
101-
raise ValueError(f"{sys.platform=} {os.name=}")
102101
if os.name == "nt":
103102
# PYTHON-2808 Ensure this machine has the CA cert for google KMS.
104103
if is_set("TEST_FLE_GCP_AUTO"):

0 commit comments

Comments
 (0)