Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't allow failure anymore in 3.8-dev #185
Conversation
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 20 20
Lines 1662 1662
Branches 89 89
=====================================
Hits 1662 1662Continue to review full report at Codecov.
|
|
The asynctest library is not compatible in Python 3.8. It was recently added in #159 by @lysnikolaou |
|
@Mariatta the asynctest library provides mocks for async functions. We could use the newly added |
|
ok thanks for the info. Hmm there is not yet 3.8 Python environment in Heroku, so we can't do it |
|
Seems like Python 3.8.0 is now available in Heroku. Think we can upgrade? |
|
I'm not sure, what would be best to do. In case @brettcannon says we should upgrade, I could go ahead and push a PR to remove the |
|
I always say you should dogfood what you produce, and since this is for Python then we should use Python 3.8 if it's available. |
|
It seems like there is a problem with Running |
|
Opened #211 for this, which fails on Travis with 3.7, but does not with 3.8-dev. |
No description provided.