mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
Merge pull request #129 from actions/python3.11_sqlite
Skip sqlite module test for python3.11.0-alpha.3
This commit is contained in:
@ -47,7 +47,7 @@ Describe "Tests" {
|
|||||||
"python ./sources/simple-test.py" | Should -ReturnZeroExitCode
|
"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" {
|
It "Check if sqlite3 module is installed" {
|
||||||
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
|
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user