Skip to content

Commit 57c99dc

Browse files
authored
Resolve Failing Weekly Storage LiveTests (Azure#24843)
* target pypy3.7 in platform-matrix-all-versions.json * adding word to exceptions list
1 parent fce66e6 commit 57c99dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"delenv",
158158
"dependened",
159159
"deserialization",
160+
"disablecov",
160161
"docfx",
161162
"dotenv",
162163
"dpkg",

sdk/storage/platform-matrix-all-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" },
1111
"macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
1212
},
13-
"PythonVersion": [ "pypy3", "3.6", "3.7", "3.8", "3.9" ],
13+
"PythonVersion": [ "pypy3.7", "3.6", "3.7", "3.8", "3.9" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false",
1616
"AZURE_LIVE_TEST_SERVICE_VERSION": [

0 commit comments

Comments
 (0)