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 0d8f04f commit 105f6b7Copy full SHA for 105f6b7
tests/python-tests.ps1
@@ -56,7 +56,7 @@ Describe "Tests" {
56
# }
57
58
59
- if (($Version -ge "3.2.0") -and -not ([semver]"$($Version.Major).$($Version.Minor)" -eq [semver]"3.11" -and $Version.PreReleaseLabel)) {
+ if (($Version -ge "3.2.0") -and ($Version -lt "3.11.0")) {
60
It "Check if sqlite3 module is installed" {
61
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
62
}
0 commit comments