Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-python-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.8.0
Choose a base ref
...
head repository: mongodb/mongo-python-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.10.0
Choose a head ref
Loading
Showing 780 changed files with 126,117 additions and 53,662 deletions.
30 changes: 0 additions & 30 deletions .evergreen/build-mac.sh

This file was deleted.

42 changes: 0 additions & 42 deletions .evergreen/build-manylinux-internal.sh

This file was deleted.

50 changes: 0 additions & 50 deletions .evergreen/build-manylinux.sh

This file was deleted.

29 changes: 0 additions & 29 deletions .evergreen/build-windows.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .evergreen/combine-coverage.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ fi
createvirtualenv "$PYTHON_BINARY" covenv
# Keep in sync with run-tests.sh
# coverage >=5 is needed for relative_files=true.
pip install -q "coverage>=5,<=7.5"
pip install -q "coverage[toml]>=5,<=7.5"

pip list
ls -la coverage/
Loading