-
Notifications
You must be signed in to change notification settings - Fork 532
RF: do not require testing harnesses for regular usage #2854
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
Conversation
additional note/motivation is that pytest >= 3.6 cannot even be satisfied on stable Debian/Ubuntus (e.g. debian stretch/stable has 3.0.6). |
@oesteban do you remember "why?" (ref: a4dfe7e):
seems to run tests just fine on debian stretch with 3.0.6-1 . |
Okay. So we may wish to drop that requirement, but that means either setting a max version on xdist, which itself set a minimum version of 3.6 (see #2826, #2827) or dropping the requirement for xdist, which will in turn require removing the I'm fine with all of this. It's just a little rabbit hole. |
Thank you @effigies ! whatever you feel works ok for you is ok with me -- at least I can workaround. |
Codecov Report
@@ Coverage Diff @@
## master #2854 +/- ##
=======================================
Coverage 67.46% 67.46%
=======================================
Files 341 341
Lines 43392 43392
Branches 5383 5383
=======================================
Hits 29276 29276
Misses 13419 13419
Partials 697 697
Continue to review full report at Codecov.
|
continuation to #2850 , I guess awaiting on verdict from #2853 as well