We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a062 commit ff4ca0bCopy full SHA for ff4ca0b
tests/python-tests.ps1
@@ -75,7 +75,7 @@ Describe "Tests" {
75
}
76
77
# Pyinstaller 3.5 does not support Python 3.8.0. Check issue https://github.com/pyinstaller/pyinstaller/issues/4311
78
- if ($Version -lt "3.8.0") {
+ if ($Version -lt "3.8.0" -and $Version.Major -ne "2") {
79
It "Validate Pyinstaller" {
80
"pip install pyinstaller" | Should -ReturnZeroExitCode
81
"pyinstaller --onefile ./sources/simple-test.py" | Should -ReturnZeroExitCode
0 commit comments