Results 963 comments of Ned Batchelder

I've merged https://github.com/nedbat/coveragepy/pull/1347, fyi.

If pytest-cov is misbehaving for you, try using coverage.py without it: ``` coverage run -m pytest ```

I also spent a while debugging this exact problem, and I'll add my voice: requests should not override an explicitly set "Authentication" header.

I don't have a way to reproduce this yet. If you can provide me with code I can run, I can re-open it.

Can you give me very specific instructions for cloning and running the test suite, and specific pointers to places where the coverage information is wrong? I took a quick look...

@vergenzt hmm, "perhaps." This project doesn't get much attention from me. The code is an archaic style, and I haven't needed to touch it much. We can certainly talk about...

I'm always interested in exploring how these things might work, even if it's just a discussion here. What would reporting look like? Are there other languages with this kind of...

Thanks, I didn't doubt that it was possible :)

Yes, the test suite wants to be able to write .pth files to test some situations that need them. We have a few options here: 1) You give me very...

> May I ask why test suite is trying to write something in system sitelib directory? 🤔 The test suite is trying to write a .pth file *somewhere* in the...