Ned Batchelder
Ned Batchelder
I don't have a solution yet.
Anyone have any news on this? My Python nightly tests are failing with 3.13t on Ubuntu, and I'd like to debug it on my Mac but cannot.
I had pinned virtualenv to avoid this issue, but now I'm running into #2878 which is breaking my nightly tests. I can't upgrade to get that fix because I'll still...
@robsdedude Thanks, your example was very helpful. I've adapted it successfully for the coverage.py actions.
TBH, i don't know if this should be closed because I don't know what behavior is expected. @robsdedude described it as a cobbled together workaround.
BTW, another process tweak: once people have started commenting on a pull request, it's better to not force-push. That way, they can see the incremental changes. We'll squash when all...
(though i see I hadn't commented here yet!) I thought that `print` and `collect` would have more code in common that could perhaps be refactored somewhere, but maybe not. I...
The print command is missing some coverage: ``` Name Stmts Miss Branch BrPart Cover Missing ------------------------------------------------------------------ src/scriv/print.py 43 5 12 4 83.64% 46-47, 56, 58->54, 62-63 ``` Do you want...
Thanks!!
This is now released as part of [scriv 1.6.0](https://pypi.org/project/scriv/1.6.0).