Skip to content

Commit 1499930

Browse files
author
Mikhail Koliada
committed
Skip sqlite module test for python3.11
1 parent 5aa825b commit 1499930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/python-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Describe "Tests" {
4747
"python ./sources/simple-test.py" | Should -ReturnZeroExitCode
4848
}
4949

50-
if ($Version -ge "3.2.0") {
50+
if (($Version -ge "3.2.0") -and ($Version -ne "3.11.0-alpha.3")) {
5151
It "Check if sqlite3 module is installed" {
5252
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
5353
}

0 commit comments

Comments
 (0)