Merge master into features (with regen)#5042
Conversation
Co-Authored-By: nicoddemus <nicoddemus@gmail.com>
pytester: use monkeypatch with Testdir
This allows for: > make -C doc/en regen REGENDOC_FILES=example/parametrize.rst
Codecov Report
@@ Coverage Diff @@
## features #5042 +/- ##
============================================
+ Coverage 94.9% 95.89% +0.98%
============================================
Files 114 114
Lines 25770 26449 +679
Branches 2552 2693 +141
============================================
+ Hits 24458 25364 +906
+ Misses 991 774 -217
+ Partials 321 311 -10
Continue to review full report at Codecov.
|
nicoddemus
left a comment
There was a problem hiding this comment.
This doesn't seem right, a lot of commits from features are targeting master.
Shouldn't we fix regen on master, then simply merge master into features as usual?
|
@nicoddemus |
|
Should we close this then? |
|
No, we can merge it now also. |
|
Oh, I got the base branch wrong.. :) |
|
The version issue is not so minor anymore.. ;)
(from another PR against features) |
Indeed. Should be fixed now though. 👍 |
Includes #5037.