File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
$Architecture
8
8
)
9
9
10
+ $HardwareArchitecture = $Architecture -replace " -freethreaded" , " "
11
+
10
12
Import-Module (Join-Path $PSScriptRoot " ../helpers/pester-extensions.psm1" )
11
13
Import-Module (Join-Path $PSScriptRoot " ../helpers/common-helpers.psm1" )
12
14
Import-Module (Join-Path $PSScriptRoot " ../builders/python-version.psm1" )
@@ -58,7 +60,7 @@ Describe "Tests" {
58
60
# }
59
61
# }
60
62
61
- if (($Version -ge " 3.2.0" ) -and ($Version -lt " 3.11.0" ) -and (($Platform -ne " darwin" ) -or ($Architecture -ne " arm64" ))) {
63
+ if (($Version -ge " 3.2.0" ) -and ($Version -lt " 3.11.0" ) -and (($Platform -ne " darwin" ) -or ($HardwareArchitecture -ne " arm64" ))) {
62
64
It " Check if sqlite3 module is installed" {
63
65
" python ./sources/python-sqlite3.py" | Should - ReturnZeroExitCode
64
66
}
You can’t perform that action at this time.
0 commit comments