Skip to content

Commit

Permalink
optimize install and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Dec 25, 2024
2 parents 5720f65 + a8e1c40 commit cce2a65
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 22 deletions.
14 changes: 10 additions & 4 deletions eng/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
pyright==1.1.389
pylint==3.2.7
tox==4.16.0
mypy==1.13.0
azure-pylint-guidelines-checker==0.0.8
colorama==0.4.6
debugpy==1.8.9
pytest==8.3.4
tox==4.23.2
coverage==7.6.9
debugpy==1.8.2
pytest==8.3.2
coverage==7.6.1
black==24.8.0
ptvsd==4.3.2
types-PyYAML==6.0.12.8
5 changes: 0 additions & 5 deletions eng/requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions packages/autorest.python/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
-e .
-e ./generator
-r ../../eng/requirements.txt
-r ../../eng/dev_requirements.txt
ptvsd==4.3.2
types-PyYAML==6.0.12.8
invoke==2.2.0
7 changes: 0 additions & 7 deletions packages/autorest.python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
black==24.4.0
click==8.1.3
docutils==0.19
Jinja2==3.1.4
m2r2==0.3.3
MarkupSafe==2.1.2
mistune==0.8.4
pathspec==0.11.1
platformdirs==3.2.0
PyYAML==6.0.1
tomli==2.0.1
setuptools==69.2.0
json-rpc==1.14.0
1 change: 0 additions & 1 deletion packages/typespec-python/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
-r ../../eng/requirements.txt
-r ../../eng/dev_requirements.txt
2 changes: 0 additions & 2 deletions packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"lint": "tsx ./scripts/eng/lint.ts",
"lint:fix": "eslint . --fix --ext .ts",
"format": "npx prettier **/*.ts --write && tsx ./scripts/eng/format.ts",
"install": "tsx ./scripts/run-python3.ts ./scripts/install.py",
"prepare": "tsx ./scripts/run-python3.ts ./scripts/prepare.py",
"regenerate": "tsx ./scripts/eng/regenerate.ts",
"test": "tsx ./scripts/eng/run-tests.ts"
},
Expand Down

0 comments on commit cce2a65

Please sign in to comment.