diff --git a/tests/python-tests.ps1 b/tests/python-tests.ps1 index 969f315..7ffd59d 100644 --- a/tests/python-tests.ps1 +++ b/tests/python-tests.ps1 @@ -47,7 +47,7 @@ Describe "Tests" { "python ./sources/simple-test.py" | Should -ReturnZeroExitCode } - if ($Version -ge "3.2.0") { + if (($Version -ge "3.2.0") -and ($Version -ne "3.11.0-alpha.3")) { It "Check if sqlite3 module is installed" { "python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode }