We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2e2ee commit 32881ceCopy full SHA for 32881ce
README.md
@@ -138,8 +138,9 @@ Emeritus Maintainers:
138
1. Go to your Contrib repo directory. `cd ~/git/opentelemetry-python-contrib`.
139
2. Create a virtual env in your Contrib repo directory. `python3 -m venv my_test_venv`.
140
3. Activate your virtual env. `source my_test_venv/bin/activate`.
141
-4. Make sure you have `tox` installed. `pip install tox`.
142
-5. Run tests for a package. (e.g. `tox -e test-instrumentation-flask`.)
+4. Make sure you have `tox` installed. `pip install tox==4.13.0`.
+5. Change Python version to 3.11
143
+6. Run tests for a package. (e.g. `tox -e test-instrumentation-flask`.)
144
145
### Thanks to all the people who already contributed
146
0 commit comments