From 81fe475a4ad7c96ca97c67be87c1a99431e94a16 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 19 Sep 2024 14:08:47 +0300 Subject: [PATCH] fix(ci): pin pymongo version in motor test setup --- src/test/integration/motor/requirements_others.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/integration/motor/requirements_others.txt b/src/test/integration/motor/requirements_others.txt index 321a0e0c..f3d4db9e 100644 --- a/src/test/integration/motor/requirements_others.txt +++ b/src/test/integration/motor/requirements_others.txt @@ -1,3 +1,4 @@ pytest==7.1.1 psutil==5.9.1 testcontainers==3.7.0 +pymongo==4.4.0 # make sure the version used in the test is compatible with motor \ No newline at end of file