We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743fb47 commit 16d2c11Copy full SHA for 16d2c11
.evergreen/scripts/setup-tests.sh
@@ -58,5 +58,4 @@ fi
58
59
. $ROOT_DIR/.evergreen/utils.sh
60
PYTHON=${PYTHON_BINARY:-$(find_python3)}
61
-cat /etc/os-release
62
$PYTHON $SCRIPT_DIR/setup_tests.py
.evergreen/scripts/setup_tests.py
@@ -98,7 +98,6 @@ def run_command(cmd: str) -> None:
98
99
def setup_libmongocrypt():
100
target = ""
101
- raise ValueError(f"{sys.platform=} {os.name=}")
102
if os.name == "nt":
103
# PYTHON-2808 Ensure this machine has the CA cert for google KMS.
104
if is_set("TEST_FLE_GCP_AUTO"):
0 commit comments