Conversation
bec0763 to
759bb82
Compare
a8a6492 to
8b5c6b4
Compare
|
I can't tell right now cuz all the tests are failing, but switching from pytest-cov to coverage will reduce coverage if we've got any tests running in subprocesses, unless we set up implicit coverage. |
|
I was just trying to solve the "no coverage" found issue on the min jobs (first commit). Looks like pytest-xdist might cause problems too. Okay, let's just try to fix pytest-cov. |
8b5c6b4 to
fe9cb82
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This reverts commit 54a336f.
b0f4524 to
3d3f429
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
3d3f429 to
f3b9531
Compare
|
Okay, working, here's a summary of the changes: Min version test:
I also had to remove the error on I also added pip to the deps, as it's required when using tox-uv (which is what I'm using locally). |
|
I think there's an issue with threading where setuptools may fight over the same source directory from multiple threads, causing an occasional error we've seen for a while. But not fixing that here. |
Tests have been broken on main for a bit. See if it can be fixed.