[macOS] add RunAll-Tests.ps1 to the macOS-13 (#7524)

This commit is contained in:
Alexey-Ayupov
2023-05-05 12:13:47 +02:00
committed by GitHub
parent fddf50db2a
commit eec1e84e72
11 changed files with 39 additions and 22 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
$os = Get-OSVersion
Describe "Python" {
Describe "Python" -Skip:($os.IsVentura) {
It "Python 2 is available" {
"python --version" | Should -ReturnZeroExitCode
}