From beb356b4e3efff10412887ddfd667757caa1fa4d Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:03:49 -0700 Subject: [PATCH] hotfix to contributing.md based on Ben's feedback (#32096) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2ce32d1e870..c0844ec55686 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`.