Skip to content

Commit 82978f9

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 564527c + 5b00a3d commit 82978f9

File tree

9 files changed

+381
-324
lines changed

9 files changed

+381
-324
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 223 additions & 231 deletions
Large diffs are not rendered by default.

.evergreen/scripts/configure-env.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ export PROJECT="$project"
4646
export PIP_QUIET=1
4747
EOT
4848

49+
# Skip CSOT tests on non-linux platforms.
50+
if [ "$(uname -s)" != "Linux" ]; then
51+
echo "export SKIP_CSOT_TESTS=1" >> $SCRIPT_DIR/env.sh
52+
fi
53+
4954
# Add these expansions to make it easier to call out tests scripts from the EVG yaml
5055
cat <<EOT > expansion.yml
5156
DRIVERS_TOOLS: "$DRIVERS_TOOLS"

0 commit comments

Comments
 (0)