summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJasur Nurboyev <bluestacks6523@gmail.com>2022-01-28 10:38:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-28 11:22:26 +0000
commitf9d5d0e3201d0e257cc110b1cee4b81d8df999cd (patch)
treeac9fc79dc54019ad4a97a1ca526990f3b8ef49d6 /etc
parentfd643c757cd9778122f3783e23f601acd23b2601 (diff)
downloadmongo-f9d5d0e3201d0e257cc110b1cee4b81d8df999cd.tar.gz
SERVER-63004 Rename resmoke.req to testing.req
Diffstat (limited to 'etc')
-rw-r--r--etc/pip/components/core.req3
-rw-r--r--etc/pip/components/testing.req (renamed from etc/pip/components/resmoke.req)3
-rw-r--r--etc/pip/dev-requirements.txt2
-rw-r--r--etc/pip/evgtest-requirements.txt2
-rw-r--r--etc/pip/powercycle-requirements.txt2
-rw-r--r--etc/pip/toolchain-requirements.txt2
6 files changed, 7 insertions, 7 deletions
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req
index f888c6f65e4..2d6490469e4 100644
--- a/etc/pip/components/core.req
+++ b/etc/pip/components/core.req
@@ -3,6 +3,3 @@ psutil <= 5.8.0
pymongo >= 3.9, < 4.0
PyYAML >= 3.0.0, <= 6.0.0
requests >= 2.0.0, <= 2.26.0
-pkce == 1.0.3
-oauthlib == 3.1.1
-requests-oauthlib == 1.3.0
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/testing.req
index 674796ff9e1..8635cf56b8f 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/testing.req
@@ -17,3 +17,6 @@ urllib3 >= 1.26.0, <= 1.26.7
distro == 1.5.0
dnspython == 2.1.0
proxy-protocol == 0.7.5
+pkce == 1.0.3
+oauthlib == 3.1.1
+requests-oauthlib == 1.3.0
diff --git a/etc/pip/dev-requirements.txt b/etc/pip/dev-requirements.txt
index 6f6c9e5b486..ce2ebbd3de1 100644
--- a/etc/pip/dev-requirements.txt
+++ b/etc/pip/dev-requirements.txt
@@ -3,7 +3,7 @@
-r components/compile.req
-r components/lint.req
--r components/resmoke.req
+-r components/testing.req
-r components/external_auth.req
-r components/evergreen.req
-r components/aws.req
diff --git a/etc/pip/evgtest-requirements.txt b/etc/pip/evgtest-requirements.txt
index c5e647c8f74..db54984bf5b 100644
--- a/etc/pip/evgtest-requirements.txt
+++ b/etc/pip/evgtest-requirements.txt
@@ -1,7 +1,7 @@
-r components/platform.req
-r components/core.req
--r components/resmoke.req
+-r components/testing.req
-r components/aws.req
-r components/idl.req
-r components/evergreen.req
diff --git a/etc/pip/powercycle-requirements.txt b/etc/pip/powercycle-requirements.txt
index d9b844971e6..6c0118f17a6 100644
--- a/etc/pip/powercycle-requirements.txt
+++ b/etc/pip/powercycle-requirements.txt
@@ -1,6 +1,6 @@
-r components/platform.req
-r components/core.req
-r components/evergreen.req
--r components/resmoke.req
+-r components/testing.req
-r components/aws.req
diff --git a/etc/pip/toolchain-requirements.txt b/etc/pip/toolchain-requirements.txt
index 70bd2439f37..caa44fd3f2f 100644
--- a/etc/pip/toolchain-requirements.txt
+++ b/etc/pip/toolchain-requirements.txt
@@ -6,7 +6,7 @@
-r components/compile.req
-r components/evergreen.req
-r components/lint.req
--r components/resmoke.req
+-r components/testing.req
-r components/idl.req
-r components/aws.req