Skip to content

Commit 105f6b7

Browse files
author
Vladimir Safonkin
authored
Skip sqlite test for python 3.11 and higher (actions#194)
1 parent 0d8f04f commit 105f6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Describe "Tests" {
5656
# }
5757
# }
5858

59-
if (($Version -ge "3.2.0") -and -not ([semver]"$($Version.Major).$($Version.Minor)" -eq [semver]"3.11" -and $Version.PreReleaseLabel)) {
59+
if (($Version -ge "3.2.0") -and ($Version -lt "3.11.0")) {
6060
It "Check if sqlite3 module is installed" {
6161
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
6262
}

0 commit comments

Comments
 (0)