Skip to content

Commit c760043

Browse files
committed
ci: lock cloudtoken to the failing version
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 63e550e commit c760043

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

testdata/tests_packages/macos23-python3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chardet==5.2.0
4242
charset_normalizer==3.3.2
4343
click==7.1.2
4444
click==8.1.7
45-
cloudtoken==2.1.0
45+
cloudtoken==0.1.84
4646
cmarkgfm==2024.1.14
4747
colorama==0.4.3
4848
colorama==0.4.6

testdata/tests_packages/primary_packages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ansible==6.7.0
99
awscli==1.18.168
1010
black==22.8.0
1111
black==22.10.0
12-
cloudtoken==2.1.19
12+
cloudtoken==0.1.84
1313
ipython==7.16.1
1414
isort==5.6.4
1515
jaraco-clipboard==3.1.0

testdata/tests_packages/unix-python3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chardet==5.2.0
4343
charset_normalizer==3.3.2
4444
click==7.1.2
4545
click==8.1.7
46-
cloudtoken==2.1.0
46+
cloudtoken==0.1.84
4747
cmarkgfm==2024.1.14
4848
colorama==0.4.3
4949
colorama==0.4.6

testdata/tests_packages/unix-python3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chardet==5.2.0
4343
charset_normalizer==3.3.2
4444
click==7.1.2
4545
click==8.1.7
46-
cloudtoken==2.1.0
46+
cloudtoken==0.1.84
4747
cmarkgfm==2024.1.14
4848
colorama==0.4.3
4949
colorama==0.4.6

testdata/tests_packages/unix-python3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chardet==5.2.0
4242
charset_normalizer==3.3.2
4343
click==7.1.2
4444
click==8.1.7
45-
cloudtoken==2.1.0
45+
cloudtoken==0.1.84
4646
cmarkgfm==2024.1.14
4747
colorama==0.4.3
4848
colorama==0.4.6

testdata/tests_packages/unix-python3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chardet==5.2.0
4343
charset_normalizer==3.3.2
4444
click==7.1.2
4545
click==8.1.7
46-
cloudtoken==2.1.0
46+
cloudtoken==0.1.84
4747
cmarkgfm==2024.1.14
4848
colorama==0.4.3
4949
colorama==0.4.6

testdata/tests_packages/win-python3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chardet==5.2.0
4242
charset_normalizer==3.3.2
4343
click==7.1.2
4444
click==8.1.7
45-
cloudtoken==2.1.0
45+
cloudtoken==0.1.84
4646
cmarkgfm==2024.1.14
4747
colorama==0.4.3
4848
colorama==0.4.6

tests/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _exe_if_win(apps):
189189
"apps_of_dependencies": _exe_if_win(["ashes", "markdown_py"]) + ["ashes.py"],
190190
},
191191
"cloudtoken": {
192-
"spec": "cloudtoken==2.1.0",
192+
"spec": "cloudtoken==0.1.84",
193193
"apps": ["awstoken", "cloudtoken", "cloudtoken.app", "cloudtoken_proxy.sh"],
194194
"apps_of_dependencies": _exe_if_win(["flask", "keyring", "normalizer"]) + ["jp.py"],
195195
},

0 commit comments

Comments
 (0)