File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ source =
44
44
45
45
[base]
46
46
deps =
47
- -rdev_requirements.txt
47
+ # -rdev_requirements.txt
48
48
{[tools]deps}
49
49
50
50
@@ -300,6 +300,17 @@ commands =
300
300
301
301
[testenv:whl]
302
302
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
+
303
314
304
315
[testenv:sdist]
305
316
description =Builds a source distribution and runs tests
@@ -310,10 +321,11 @@ setenv =
310
321
PROXY_URL =http://localhost:5005
311
322
deps =
312
323
{[base]deps}
324
+ {repository_root}/eng/tools/azure-sdk-tools
313
325
commands =
314
326
python {repository_root}/eng/tox/create_package_and_install.py \
315
327
-d {envtmpdir} \
316
- -p {tox_root } \
328
+ -p {posargs } \
317
329
-w {envtmpdir} \
318
330
--package-type sdist
319
331
{[tox]pip_command} freeze
You can’t perform that action at this time.
0 commit comments