Results 963 comments of Ned Batchelder

It looks like coverage can't find a place to write a .pth file. Are none of the directories in sys.path writable?

"touch_none.it" is a file name I try to write to see if I can write a .pth file that is needed to run all the coverage.py tests. Can you print...

> OK .. but which one directories? 😋 > sys.path is altersd by env variable I'm interested in the sys.path that coverage.py is using, so including the environment variable. Can...

I don't understand why you need coverage to check this: if the line is executed, it will raise an exception, and your test will fail.

@Kludex I'm still trying to understand how people would use this. It still seems to me that raising an exception from the line that must not run would be the...

Hi, we should have a discussion about how to support more themes before you get too much further into this. - GitHub has a number of themes, so I'm concerned...

@felix-ht I don't know how common it is for people to omit the `__init__.py` file. That logic was there originally so that bin/ directories would be skipped since the files...

Thanks for the reproducible case :) I see the same results you do, and I don't understand them. But if I replace `await db.commit()` with `await asyncio.sleep(1)`, the problem goes...

@yury-primer you mention this might be related to #663. Are you on Windows?

Never mind, I can see that the problem happens on Mac also.