Build Python3 for nix and darwin with enabled loadable sqlite extensions

This commit is contained in:
Maksim Petrov
2020-05-28 21:35:05 +03:00
parent 10f5e8e4f5
commit 22860d08aa
5 changed files with 52 additions and 6 deletions

View File

@ -41,6 +41,12 @@ Describe "Tests" {
"python ./sources/simple-test.py" | Should -ReturnZeroExitCode
}
if ($Version -ge "3.2.0") {
It "Check if sqlite3 module is installed" {
"python ./sources/python-sqlite3.py" | Should -ReturnZeroExitCode
}
}
if (IsNixPlatform $Platform) {
It "Check for failed modules in build_output" {