mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Upgrade tox (#2118)
* Upgrade tox * fixup! Upgrade tox * Add excludes --------- Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
This commit is contained in:
@ -128,7 +128,7 @@ Emeritus Maintainers:
|
||||
1. Go to your Contrib repo directory. `cd ~/git/opentelemetry-python-contrib`.
|
||||
2. Create a virtual env in your Contrib repo directory. `python3 -m venv my_test_venv`.
|
||||
3. Activate your virtual env. `source my_test_venv/bin/activate`.
|
||||
4. Make sure you have `tox` installed. `pip install tox==3.27.1`.
|
||||
4. Make sure you have `tox` installed. `pip install tox`.
|
||||
5. Run tests for a package. (e.g. `tox -e test-instrumentation-flask`.)
|
||||
|
||||
### Thanks to all the people who already contributed!
|
||||
|
Reference in New Issue
Block a user