(6 May 2020, @ankostis): minor reschedule fixes and refactoring
Actually it contains just what was originally planned for v7.1.1.
- FIX(op): v7.0.0 promise that
op.__call__delegates tocompute()was a fake;
now it is fixed. - fix(config): endurance flags were miss-behaving.
- refact(net): factor out a :meth:
._reschedule()method for both endurance & rescheduled ops. - feat(build): +script to launch pytest on a local clone repo before pushing.