-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29672][PYSPARK] update spark testing framework to use python3 #26330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
92f7268
remove py27 support for tests
shaneknapp 7c0fe46
follow double quoted convention
shaneknapp 226c1fa
have pip packaging tests run with py36
shaneknapp f25c4b3
remove py27 altogether
shaneknapp b57acd9
testing pypy3
shaneknapp 0b37b71
Revert "testing pypy3"
shaneknapp d0e49bb
fallback to python3, check if version to test against is compatible
shaneknapp be57b53
use the found python3 with full path
shaneknapp 425976f
python style
shaneknapp 074947b
Delete flycheck_run-tests.py
shaneknapp 9b52677
move python version check to bash wrapper
shaneknapp d3226d2
bump test running infra to 3.6 min
shaneknapp a8a249e
pesky flycheck wtf
shaneknapp 071eccd
Merge branch 'remove-py27-tests' of github.com:shaneknapp/spark into …
shaneknapp 8441af0
need to set PATH here otherwise it will fail the build
shaneknapp cab1683
s/python/python3
shaneknapp a5b056b
remove __future__.print_function import as it's not necessary and try…
shaneknapp aa893c6
python 3.5+ should use subprocess.run, also might fix bytestring enco…
shaneknapp 3036fa6
pycodestyle
shaneknapp 99a945b
check=True needed
shaneknapp 4986769
think i found a way to decode the bytestring
shaneknapp 465acf1
encode/recode
shaneknapp b66b389
reading docs helps
shaneknapp 64ccb81
reading docs helps even more
shaneknapp 16ae236
whackamole with bytstring decoding
shaneknapp 5b61ade
remove pypy2.5.1
shaneknapp 3bfd18c
specify encoding rather than system default
shaneknapp 137371d
parens ftw
shaneknapp 48e318b
try subprocess.run()
shaneknapp a432afc
add python3 to executable list if found
shaneknapp 4ad08b0
last batch of run-pip-tests python3 ports
shaneknapp b5bada3
testing to see if pypy/py27 tests will work in py3 env
shaneknapp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.