diff options
author | Robert Guo <robert.guo@mongodb.com> | 2022-04-24 01:18:07 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-28 07:49:37 +0000 |
commit | 39027673be3e93c7a0a58d24d87534c437dc6303 (patch) | |
tree | 454e0e3130c91d921a4965d211aa61b23e2e46d1 /etc | |
parent | f4feff2da95f845a573e40ca71fb36f8a80ee6d8 (diff) | |
download | mongo-39027673be3e93c7a0a58d24d87534c437dc6303.tar.gz |
SERVER-65071 remove resmoke gRPC integration
(cherry picked from commit 9563cadc7d74f9739e93f33142fc6ea607ec7d4c)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/expansions.default.yml | 1 | ||||
-rw-r--r-- | etc/pip/components/testing.req | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/expansions.default.yml b/etc/expansions.default.yml index 8a0a99ecda9..2ddbe84a0c6 100644 --- a/etc/expansions.default.yml +++ b/etc/expansions.default.yml @@ -30,7 +30,6 @@ content_type: application/x-gzip jstestfuzz_concurrent_num_files: "10" curator_release: "latest" ext: tgz -spawn_resmoke_using: "python" # SCons compile expansions. compiling_for_test: "false" diff --git a/etc/pip/components/testing.req b/etc/pip/components/testing.req index 5bf39e1f275..806f5516c87 100644 --- a/etc/pip/components/testing.req +++ b/etc/pip/components/testing.req @@ -10,9 +10,6 @@ flask == 1.1.1 itsdangerous == 2.0.0 ocspbuilder == 0.10.2 Werkzeug == 2.0.3 -grpcio == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64" or sys_platform == "win32" -grpcio-tools == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64" or sys_platform == "win32" -googleapis-common-protos == 1.53.0 blackduck == 1.0.1 PyGithub == 1.53 urllib3 >= 1.26.0, <= 1.26.7 |