-
Notifications
You must be signed in to change notification settings - Fork 574
Support for PY37 without contextvars #138
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
39 commits
Select commit
Hold shift + click to select a range
ff21f65
Support for PY37 without contexvars
pfreixes efc3a9e
Testing with Ubuntu Xenial for PY37 step, comes with 3.7.0b1+
pfreixes 1f01d3f
Run Python 3.7 Travis step using docker
pfreixes 0d1dc9c
Dont relay on Travis PY37 environment
pfreixes 2b3b1c7
Fixes an issue testing the environment in the travis file
pfreixes 9ea9e29
Disable pip upgrade at Travis CI
pfreixes 6714d99
Added back the explicit del asyncio and other minor stuff
pfreixes 8421107
Temporary commit to get more info about Python env and Pip env
pfreixes 36407ac
Test again the 3.7 Travis Python image
pfreixes 9dfd99d
Get rid of none functional Travis Python 3.7 configuration
pfreixes 5cb302c
Do not upgrade pip for Travis CI
pfreixes f0375bc
Travis CI Pins PIP to 9.X for OSX enviornment
pfreixes 3a3e4cc
Fixed invalid pined expresion
pfreixes d1bdc50
Test py37 recipe using an external PPA
pfreixes 4c1d9cf
Test with pyenv
pfreixes b163831
Test with pyenv refatorized
pfreixes 5850466
Explicit Python 3.7 to 3.7-dev
pfreixes 04b272f
Force use PYENV PYTHON_VERSION when PYENV is used rather than the sys…
pfreixes 51776f1
Trigger Travis
pfreixes 1705d78
Force last beta release
pfreixes 2e358c9
Removed no longer used Docker service
pfreixes d9eee1a
Merge branch 'master' into support_PY37
pfreixes ed32c95
debug
pfreixes b9efa8d
Debug failure test in CI
pfreixes 8e6184c
Test with trusty
pfreixes 8480b46
Get network interfaces in Travis
pfreixes 8fe70b9
Python 3.7.0b4 back for xenial wihout pyenv?
pfreixes 8646ff4
Trigger CI
pfreixes 3bd621f
Trigger CI 2
pfreixes 0f36879
Run only problematic test
pfreixes 5bdb238
Test without debug asyncio
pfreixes 09cffad
Test 3.6 against Xenial
pfreixes 7638a59
Test all Travis matrix
pfreixes 8c3b28a
Fix use of PIPENV for Mac OSX
pfreixes 46480da
Test with only 3.5 and 3.7-dev
pfreixes 5338ae6
Only 3.7-dev
pfreixes b3a9de1
Test with PYENV=true PYTHON_VERSION=3.7.0b3
pfreixes 7d7ac60
Test with PYENV=true PYTHON_VERSION=3.7.0b3
pfreixes f7fc3e1
Test with PYENV=true PYTHON_VERSION=3.7.0b4
pfreixes 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have some light about why this testing is failing with
3.7
please tell me.