summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-06-24 13:02:41 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-25 14:31:15 +0000
commit139bc302dd68cc56292ac45c2372c1ae5573d62b (patch)
treef9328b2f4e0cb9b5d3864be3e8ea9097f17d3285 /etc/pip
parent3edd1e097cf4ad48415dc0e6cf73ba0fa2022410 (diff)
downloadmongo-139bc302dd68cc56292ac45c2372c1ae5573d62b.tar.gz
SERVER-57674 Record "child" process pids explicitly in resmoke.py
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/resmoke.req4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index 6ef9df49e24..d775049d0f4 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -8,8 +8,8 @@ shrub.py == 1.1.0
ocspresponder == 0.5.0
flask == 1.1.1
ocspbuilder == 0.10.2
-grpcio == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
-grpcio-tools == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
+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