Skip to content

Commit 25edce0

Browse files
committed
temp fix for tox failure in pipeline
1 parent 84f7e8e commit 25edce0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

eng/tox/tox.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ source =
4444

4545
[base]
4646
deps =
47-
-rdev_requirements.txt
47+
# -rdev_requirements.txt
4848
{[tools]deps}
4949

5050

@@ -300,6 +300,17 @@ commands =
300300

301301
[testenv:whl]
302302
description=Builds a wheel and runs tests
303+
deps =
304+
{[base]deps}
305+
{repository_root}/eng/tools/azure-sdk-tools
306+
commands =
307+
python {repository_root}/eng/tox/create_package_and_install.py \
308+
-d {envtmpdir} \
309+
-p {posargs} \
310+
-w {envtmpdir} \
311+
--package-type whl
312+
313+
303314

304315
[testenv:sdist]
305316
description=Builds a source distribution and runs tests
@@ -310,10 +321,11 @@ setenv =
310321
PROXY_URL=http://localhost:5005
311322
deps =
312323
{[base]deps}
324+
{repository_root}/eng/tools/azure-sdk-tools
313325
commands =
314326
python {repository_root}/eng/tox/create_package_and_install.py \
315327
-d {envtmpdir} \
316-
-p {tox_root} \
328+
-p {posargs} \
317329
-w {envtmpdir} \
318330
--package-type sdist
319331
{[tox]pip_command} freeze

0 commit comments

Comments
 (0)