Skip to content

Commit 5130a24

Browse files
authored
Pin setuptools to 70.0.0 (#524)
* Update setup.py * update * update * Update test_profile_context.py
1 parent da28780 commit 5130a24

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
0.2.4
6+
++++++
7+
* pin setuptools to 70.0.0
8+
59
0.2.3
610
++++++
711
* `azdev linter`: Fix `list index out of range` in missing_command_test_coverage regex

azdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -----------------------------------------------------------------------------
66

7-
__VERSION__ = '0.2.3'
7+
__VERSION__ = '0.2.4'

azdev/operations/testtool/tests/test_profile_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class TestProfileContext(unittest.TestCase):
1515

1616
def test_profile_ok(self):
17-
target_profiles = ['latest', '2017-03-09-profile', '2018-03-01-hybrid', '2019-03-01-hybrid']
17+
target_profiles = ['latest']
1818

1919
for profile in target_profiles:
2020
with ProfileContext(profile):

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
'packaging',
8888
'tqdm',
8989
'wheel==0.30.0',
90+
'setuptools==70.0.0',
9091
'microsoft-security-utilities-secret-masker~=1.0.0b4'
9192
],
9293
package_data={

0 commit comments

Comments
 (0)