Skip to content

Commit bae10df

Browse files
committed
Address review
1 parent 9ff8bad commit bae10df

File tree

4 files changed

+3
-96
lines changed

4 files changed

+3
-96
lines changed

.evergreen/scripts/prepare-resources.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >$MONGO_ORCHESTRA
1212
popd
1313

1414
# # Copy PyMongo's test certificates over driver-evergreen-tools'
15-
# cp ${PROJECT_DIRECTORY}/test/certificates/* ${DRIVERS_TOOLS}/.evergreen/x509gen/
15+
cp ${PROJECT_DIRECTORY}/test/certificates/* ${DRIVERS_TOOLS}/.evergreen/x509gen/
1616

1717
# # Replace MongoOrchestration's client certificate.
18-
# cp ${PROJECT_DIRECTORY}/test/certificates/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
18+
cp ${PROJECT_DIRECTORY}/test/certificates/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
1919

2020
if [ -w /etc/hosts ]; then
2121
SUDO=""

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set dotenv-filename := "./.evergreen/scripts/env.sh"
55

66
# Commonly used command segments.
77
uv_run := "uv run --isolated "
8-
typing_run := uv_run + "--group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
8+
typing_run := uv_run + "--extra typing"
99
docs_run := uv_run + "--extra docs"
1010
doc_build := "./doc/_build"
1111
mypy_args := "--install-types --non-interactive"

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ pymongocrypt_source = [
6262
"pymongocrypt@git+https://github.com/mongodb/libmongocrypt@master#subdirectory=bindings/python"
6363
]
6464
perf = ["simplejson"]
65-
typing = [
66-
"pip",
67-
"mypy==1.14.1",
68-
"pyright==1.1.391",
69-
"typing_extensions"
70-
]
7165

7266
# Used to call hatch_build.py
7367
[tool.hatch.build.hooks.custom]

uv.lock

Lines changed: 0 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)