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 201613c commit 641c669Copy full SHA for 641c669
.evergreen/scripts/setup-tests.sh
@@ -19,8 +19,4 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
19
source $SCRIPT_DIR/env.sh
20
fi
21
22
-set -x
23
-pwd
24
-ls
25
-exit 1
26
uv run $SCRIPT_DIR/setup_tests.py "$@"
.evergreen/scripts/setup_tests.py
@@ -120,9 +120,6 @@ def handle_test_env() -> None:
120
SSL = "ssl" if opts.ssl else "nossl"
121
TEST_ARGS = ""
122
123
- # Remove an existing local secrets file if it exists.
124
- (ROOT / "secrets-export.sh").unlink(missing_ok=True)
125
-
126
# Start compiling the args we'll pass to uv.
127
# Run in an isolated environment so as not to pollute the base venv.
128
UV_ARGS = ["--isolated --extra test"]
0 commit comments