Skip to content

Commit 0527e86

Browse files
mccoypscbedd
authored andcommitted
[skip ci] Delete azure-devtools and deps/references
1 parent 157226e commit 0527e86

File tree

458 files changed

+112
-4756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+112
-4756
lines changed

doc/dev/mgmt/tests.md

Lines changed: 4 additions & 6 deletions

doc/dev/tests.md

Lines changed: 0 additions & 168 deletions

eng/ci_tools.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytest==7.3.1
2020
pytest-cov==4.0.0
2121
coverage==7.2.5
2222

23-
# locking packages defined as deps from azure-sdk-tools or azure-devtools
23+
# locking packages defined as deps from azure-sdk-tools
2424
Jinja2==3.1.2
2525
MarkupSafe==2.1.3
2626
json-delta==2.0
@@ -33,5 +33,4 @@ ConfigArgParse==1.2.3
3333
six==1.16.0
3434

3535
# local dev packages
36-
./tools/azure-devtools
3736
./tools/azure-sdk-tools[build]

eng/conda_test_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# install from root of repo
22
aiohttp>=3.0
3-
tools/azure-devtools
43
tools/azure-sdk-tools
54
mock;
65
aiodns>=2.0

eng/dependency_tools.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
../../../tools/azure-sdk-tools[build]
2-
../../../tools/azure-devtools
32
aiohttp>=3.0; python_version >= '3.5'

eng/pipelines/templates/jobs/update_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
versionSpec: 3.8
2020

2121
- script: |
22-
python3 -m pip install azure-devtools[ci_tools]>=1.1.0
2322
python3 -m pip install -e $(Build.SourcesDirectory)/tools/azure-sdk-tools[ghtools]
2423
displayName: 'Install Azure SDK tools'
2524

eng/regression_test_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chardet>=2.0,<5.0
1313
cmarkgfm<0.7.0
1414
typing-extensions<=4.6.3
1515

16-
# locking packages defined as deps from azure-sdk-tools or azure-devtools
16+
# locking packages defined as deps from azure-sdk-tools
1717
pytoml==0.1.21
1818
readme-renderer[md]==25.0
1919
json-delta==2.0

eng/regression_tools.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wrapt==1.14.1; python_version >= '3.11'
1515
MarkupSafe==2.1.3
1616
typing-extensions<=4.6.3
1717

18-
# locking packages defined as deps from azure-sdk-tools or azure-devtools
18+
# locking packages defined as deps from azure-sdk-tools
1919
pytoml==0.1.21
2020
json-delta==2.0
2121
ConfigArgParse==1.2.3
@@ -26,5 +26,4 @@ pytest-cov==4.0.0
2626
coverage==7.2.5
2727

2828
# local dev packages
29-
./tools/azure-devtools
3029
./tools/azure-sdk-tools[build]

eng/test_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bandit==1.6.2
99
protobuf==3.17.3; python_version == '2.7'
1010
pyproject-api<1.6
1111

12-
# locking packages defined as deps from azure-sdk-tools or azure-devtools
12+
# locking packages defined as deps from azure-sdk-tools
1313
Jinja2==3.1.2
1414
MarkupSafe==2.1.3
1515
json-delta==2.0

eng/tox/install_depend_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def check_req_against_exclusion(req, req_to_exclude):
277277
This function evaluates a requirement from a dev_requirements file against a file name. Returns True
278278
if the requirement is for the same package listed in "req_to_exclude". False otherwise.
279279
280-
:param req: An incoming "req" looks like a requirement that appears in a dev_requirements file. EG: [ "../../../tools/azure-devtools",
280+
:param req: An incoming "req" looks like a requirement that appears in a dev_requirements file. EG: [ "../../../tools/azure-sdk-tools",
281281
"https://docsupport.blob.core.windows.net/repackaged/cffi-1.14.6-cp310-cp310-win_amd64.whl; sys_platform=='win32' and python_version >= '3.10'",
282282
"msrestazure>=0.4.11", "pytest" ]
283283

0 commit comments

Comments
 (0)