Skip to content

Commit 584ce57

Browse files
authored
{Packaging} Remove Jinja2, MarkupSafe and pycparser from requirements.txt (#29422)
1 parent 04dd1fe commit 584ce57

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

src/azure-cli/azure/cli/command_modules/feedback/tests/latest/test_feedback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
logger = logging.getLogger(__name__)
3030

3131

32+
@unittest.skip('alias extension is not working: https://github.com/Azure/azure-cli/issues/29422')
3233
class TestCommandLogFile(ScenarioTest):
3334

3435
def __init__(self, *args, **kwargs):

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ idna==3.7
9999
invoke==2.2.0
100100
isodate==0.6.1
101101
javaproperties==0.5.1
102-
Jinja2==3.1.4
103102
jmespath==0.9.5
104103
jsondiff==2.0.0
105104
knack==0.11.0
106-
MarkupSafe==2.0.1
107105
msal-extensions==1.2.0
108106
msal[broker]==1.30.0
109107
msrest==0.7.1
@@ -116,7 +114,6 @@ pkginfo==1.8.2
116114
portalocker==2.3.2
117115
psutil==5.9.5
118116
pycomposefile==0.0.30
119-
pycparser==2.19
120117
PyGithub==1.55
121118
PyJWT==2.4.0
122119
PyNaCl==1.5.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,9 @@ idna==3.7
100100
invoke==2.2.0
101101
isodate==0.6.1
102102
javaproperties==0.5.1
103-
Jinja2==3.1.4
104103
jmespath==0.9.5
105104
jsondiff==2.0.0
106105
knack==0.11.0
107-
MarkupSafe==2.0.1
108106
msal-extensions==1.2.0
109107
msal[broker]==1.30.0
110108
msrest==0.7.1
@@ -117,7 +115,6 @@ pkginfo==1.8.2
117115
portalocker==2.3.2
118116
psutil==5.9.5
119117
pycomposefile==0.0.30
120-
pycparser==2.19
121118
PyGithub==1.55
122119
PyJWT==2.4.0
123120
PyNaCl==1.5.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ idna==3.7
9999
invoke==2.2.0
100100
isodate==0.6.1
101101
javaproperties==0.5.1
102-
Jinja2==3.1.4
103102
jmespath==0.9.5
104103
jsondiff==2.0.0
105104
knack==0.11.0
106-
MarkupSafe==2.0.1
107105
msal-extensions==1.2.0
108106
msal[broker]==1.30.0
109107
msrest==0.7.1
@@ -116,7 +114,6 @@ pkginfo==1.8.2
116114
portalocker==2.3.2
117115
psutil==5.9.5
118116
pycomposefile==0.0.30
119-
pycparser==2.19
120117
PyGithub==1.55
121118
PyJWT==2.4.0
122119
pymsalruntime==0.16.2

0 commit comments

Comments
 (0)