You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ some aspects of development, including testing against multiple Python versions.
32
32
To install `tox`, run:
33
33
34
34
```console
35
-
$ pip install tox==3.27.1
35
+
$ pip install tox
36
36
```
37
37
38
38
You can run `tox` with the following arguments:
@@ -107,7 +107,7 @@ Run tests:
107
107
108
108
```sh
109
109
# make sure you have all supported versions of Python installed
110
-
$ pip install tox==3.27.1# only first time.
110
+
$ pip install tox # only first time.
111
111
$ tox # execute in the root of the repository
112
112
```
113
113
@@ -177,7 +177,7 @@ For a deeper discussion, see: https://github.com/open-telemetry/opentelemetry-sp
177
177
## Running Tests Locally
178
178
179
179
1. Go to your Contrib repo directory. `git clone [email protected]:open-telemetry/opentelemetry-python-contrib.git && cd opentelemetry-python-contrib`.
180
-
2. Make sure you have `tox` installed. `pip install tox==3.27.1`.
180
+
2. Make sure you have `tox` installed. `pip install tox`.
181
181
3. Run `tox` without any arguments to run tests for all the packages. Read more about [tox](https://tox.readthedocs.io/en/latest/).
182
182
183
183
### Testing against a different Core repo branch/commit
0 commit comments