-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25a6535
commit fc738c0
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ some aspects of development, including testing against multiple Python versions. | |
To install `tox`, run: | ||
|
||
```console | ||
$ pip install tox | ||
$ pip install tox==3.27.1 | ||
``` | ||
|
||
You can run `tox` with the following arguments: | ||
|
@@ -103,7 +103,7 @@ Run tests: | |
|
||
```sh | ||
# make sure you have all supported versions of Python installed | ||
$ pip install tox # only first time. | ||
$ pip install tox==3.27.1 # only first time. | ||
$ tox # execute in the root of the repository | ||
``` | ||
|
||
|
@@ -162,7 +162,7 @@ For a deeper discussion, see: https://github.com/open-telemetry/opentelemetry-sp | |
## Running Tests Locally | ||
|
||
1. Go to your Contrib repo directory. `git clone [email protected]:open-telemetry/opentelemetry-python-contrib.git && cd opentelemetry-python-contrib`. | ||
2. Make sure you have `tox` installed. `pip install tox`. | ||
2. Make sure you have `tox` installed. `pip install tox==3.27.1`. | ||
3. Run `tox` without any arguments to run tests for all the packages. Read more about [tox](https://tox.readthedocs.io/en/latest/). | ||
|
||
### Testing against a different Core repo branch/commit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters