Skip to content

Commit ff4ca0b

Browse files
dmitry-shibanovDmitry Shibanov
andauthored
skip test for python 2 (actions#60)
Co-authored-by: Dmitry Shibanov <[email protected]>
1 parent 0b6a062 commit ff4ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Describe "Tests" {
7575
}
7676

7777
# 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") {
78+
if ($Version -lt "3.8.0" -and $Version.Major -ne "2") {
7979
It "Validate Pyinstaller" {
8080
"pip install pyinstaller" | Should -ReturnZeroExitCode
8181
"pyinstaller --onefile ./sources/simple-test.py" | Should -ReturnZeroExitCode

0 commit comments

Comments
 (0)