-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fix uplink with Python 2.7 #223
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
===========================================
+ Coverage 99.91% 100.00% +0.08%
===========================================
Files 44 44
Lines 2398 2410 +12
Branches 182 342 +160
===========================================
+ Hits 2396 2410 +14
+ Misses 2 0 -2
Continue to review full report at Codecov.
|
…notations Fix @uplink.*Map to not throw error if converter is None
Flake is failing with "B018 Found useless expression." https://app.travis-ci.com/github/prkumar/uplink/jobs/553555288
* Add 3.9 and 3.10 to travis build * Replace 3.10 with 3.10-dev * Update travis to use Ubuntu 18.04 18.04 has 3.10.0 and 3.10.1 according to: https://docs.travis-ci.com/user/languages/python/ * Bump python 3.10 to 3.10.1 in travis * Unpin pytest version Travis build for 3.10.1 failed because of issue in pytest that was fixed in a later release: pytest-dev/pytest#8540
I added Python 2.7 to travis CI config, but the build is failing seemingly because of the issue mentioned here: pypa/pipenv#4357 (comment) |
Fixes #217 .
Changes proposed in this pull request:
Attention: @prkumar