File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ Note: Any dependency mentioned only in dev_requirements are not considered to id
337
337
Tox name of this test is ` latestdependency ` and steps to manually run this test locally is as follows.
338
338
339
339
1 . Go to package root. For e.g azure-storage-blob or azure-identity
340
- 2 . Run command ` tox run -e latestdependency -c ../../../tox/tox.ini --root . `
340
+ 2 . Run command ` tox run -e latestdependency -c ../../../eng/ tox/tox.ini --root . `
341
341
342
342
#### Minimum Dependency Test
343
343
@@ -354,7 +354,7 @@ Tox name of this test is `mindependency` and steps to manually run this test loc
354
354
355
355
1 . Go to package root. For e.g azure-storage-blob or azure-identity
356
356
2 . Run following command
357
- ` tox run -e mindependency -c ../../../tox/tox.ini --root . `
357
+ ` tox run -e mindependency -c ../../../eng/ tox/tox.ini --root . `
358
358
359
359
#### Regression Test
360
360
You can’t perform that action at this time.
0 commit comments