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 b851024 commit 429a848Copy full SHA for 429a848
.evergreen/run-tests.sh
@@ -37,6 +37,6 @@ cleanup_tests() {
37
trap "cleanup_tests" SIGINT ERR
38
39
# Start the test runner.
40
-uv run ${UV_ARGS} --reinstall .evergreen/scripts/run_tests.py "$@"
+uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
41
42
cleanup_tests()
0 commit comments