Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion eng/dev_requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion packages/autorest.python/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
-e ./generator
-r ../../eng/dev_requirements.txt
-r ../node_modules/@typespec/http-client-python/generator/dev_requirements.txt
invoke==2.2.0
2 changes: 1 addition & 1 deletion packages/autorest.python/test/azure/legacy/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands=
pytest --cov=Expected

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands=
pytest --cov=Expected

[testenv:lint]
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../../../eng/scripts/run_pylint.py -t azure -g version-tolerant {posargs}
Expand Down
4 changes: 2 additions & 2 deletions packages/autorest.python/test/dpg/version-tolerant/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands=
pytest --cov=Expected

[testenv:lint]
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../../../eng/scripts/run_pylint.py -t dpg -g version-tolerant {posargs}
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/test/multiapi/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../eng/dev_requirements.txt
-r ../../dev_requirements.txt
commands=
pytest --cov=Expected

Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/test/vanilla/legacy/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands=
pytest --cov=Expected

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands=
pytest --cov=Expected

[testenv:lint]
deps=
-r requirements.txt
-r ../../../../../eng/dev_requirements.txt
-r ../../../dev_requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../../../eng/scripts/run_pylint.py -t vanilla -g version-tolerant {posargs}
Expand Down
16 changes: 1 addition & 15 deletions packages/typespec-python/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# shall keep aligned with dev_requirements.txt of @typspec/http-client-python
pyright==1.1.389
pylint==3.2.7
tox==4.23.2
mypy==1.13.0
colorama==0.4.6
debugpy==1.8.12
pytest==8.3.4
coverage==7.6.1
black==24.8.0
ptvsd==4.3.2
types-PyYAML==6.0.12.20241230

# additional dependency needed for development
setuptools
-r ../node_modules/@typespec/http-client-python/generator/dev_requirements.txt
5 changes: 1 addition & 4 deletions packages/typespec-python/test/azure/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
aiohttp;python_full_version>="3.5.2"
requests==2.32.2
pytest
pytest-asyncio==0.14.0;python_full_version>="3.5.2"
-r ../dev_requirements.txt
azure-core==1.30.0
azure-mgmt-core==1.3.2
# only for azure
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-python/test/azure/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../eng/dev_requirements.txt
-r ../../dev_requirements.txt
commands=
pytest

Expand All @@ -17,7 +17,7 @@ commands =
[testenv:lint]
deps=
-r requirements.txt
-r ../../../../eng/dev_requirements.txt
-r ../../dev_requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../../eng/scripts/run_pylint.py -p typespec-python -t azure -s "generated" {posargs}
Expand Down
1 change: 1 addition & 0 deletions packages/typespec-python/test/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r ../node_modules/@typespec/http-client-python/generator/test/dev_requirements.txt
5 changes: 1 addition & 4 deletions packages/typespec-python/test/unbranded/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
aiohttp;python_full_version>="3.5.2"
requests==2.32.2
pytest
pytest-asyncio==0.14.0;python_full_version>="3.5.2"
-r ../dev_requirements.txt
corehttp==1.0.0b3

# common test case
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-python/test/unbranded/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
passenv=*
deps=
-r requirements.txt
-r ../../../../eng/dev_requirements.txt
-r ../../dev_requirements.txt
commands=
pytest

Expand All @@ -17,7 +17,7 @@ commands =
[testenv:lint]
deps=
-r requirements.txt
-r ../../../../eng/dev_requirements.txt
-r ../../dev_requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../../eng/scripts/run_pylint.py -p typespec-python -t unbranded -s "generated" {posargs}
Expand Down
Loading