We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1712338 commit 1bdf32fCopy full SHA for 1bdf32f
CONTRIBUTING.md
@@ -152,6 +152,17 @@ go test -race -v -run TestSanitizeConnString ./topo
152
153
Python E2E tests require MongoDB clusters to be running and PCSM to be available.
154
155
+#### Requirements
156
+
157
+* Python 3.13 or above
158
+* [Poetry](https://python-poetry.org/docs/#installation) for dependency management
159
160
+Install the Python dependencies:
161
162
+```sh
163
+poetry install
164
+```
165
166
#### 1. Deploy MongoDB clusters and run PCSM
167
168
Follow the steps in [Running PCSM locally](#running-pcsm-locally).
0 commit comments