Skip to content

Commit c68c699

Browse files
authored
[python] Remove useless dev dependency from generator test requirements (#10193)
## Summary - remove an unnecessary dependency from generator test dev requirements - add a changelog entry for this change ## Files changed - .chronus/changes/python-remove-useless-dev-dep-2026-2-30-12-41-26.md - packages/http-client-python/generator/test/dev_requirements.txt ## Validation - no runtime behavior changes expected; dependency list cleanup only
1 parent 5c4719d commit c68c699

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
remove useless dependency in dev requirements.txt

packages/http-client-python/generator/test/dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-r ../../eng/scripts/ci/dev_requirements.txt
22
aiohttp
33
pytest-asyncio==0.14.0
4-
requests==2.32.2
54
sphinx==8.2.0
65
sphinx_rtd_theme==3.0.2
76
myst_parser==4.0.1

0 commit comments

Comments
 (0)