-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
update version requirements docs
Codecov Report
@@ Coverage Diff @@
## develop #354 +/- ##
=========================================
+ Coverage 77.63% 78% +0.36%
=========================================
Files 17 17
Lines 2759 2778 +19
=========================================
+ Hits 2142 2167 +25
+ Misses 617 611 -6
Continue to review full report at Codecov.
|
With the current approach 5 different jobs are getting generated:
I think if required we can remove the 3 parallel test jobs for now and parallelize the 2 jobs i.e. 1 each for python 3.7 and 3,8, until we find a better solution. |
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.
please see comments in the pr
I believe the better strategy is to removed the parallel tests |
parallel tests make the test suite run faster but they add another layer of complexity when onboarding new maintainers
… into fix/gh275_py38
- remove depenency to dephell, use poetry for export of requirements - use poetry for publish of packages and for build - update required poetry version to 1.0.1
closes #275