Skip to content

Commit

Permalink
hotfix to contributing.md based on Ben's feedback (#32096)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Sep 14, 2023
1 parent 1fe2e26 commit beb356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ If at any time you want to blow away the tox created virtual environments and st

#### Example `azure-core` mypy

1. Run `tox run -e mypy -c ../../../eng/tox/tox.ini --root sdk/core/azure-core`
1. Run `tox run -e mypy -c ./eng/tox/tox.ini --root sdk/core/azure-core`

#### Example `azure-storage-blob` tests

2. Execute `tox run -c ../../../eng/tox/tox.ini --root sdk/storage/azure-storage-blob`
2. Execute `tox run -c ./eng/tox/tox.ini --root sdk/storage/azure-storage-blob`

Note that we didn't provide an `environment` argument for this example. Reason here is that the _default_ environment selected by our common `tox.ini` file is one that runs `pytest`.

Expand Down

0 comments on commit beb356b

Please sign in to comment.