We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e70acf commit 8beb652Copy full SHA for 8beb652
tests/python-tests.ps1
@@ -49,7 +49,7 @@ Describe "Tests" {
49
"python ./sources/simple-test.py" | Should -ReturnZeroExitCode
50
}
51
52
- if (($Version -ge "3.2.0") -and ($Version -ne "3.11.0-alpha.3")) {
+ if (($Version -ge "3.2.0") -and -not ([semver]"$($Version.Major).$($Version.Minor)" -eq [semver]"3.11" -and $Version.PreReleaseLabel)) {
53
It "Check if sqlite3 module is installed" {
54
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
55
0 commit comments