Re: Weird: pytest generates "a" and "b" files

2018-10-15 Thread Edward K. Ream
> This has nothing to do with recent work. I am executing pytest from the command line on Windows. Mystery solved, and fixed at 16011ec6. The culprit was python3_test.py. python3_test.py created the "a" and "b" files with module level code! I found this file by brute force, deleting all

Re: Weird: pytest generates "a" and "b" files

2018-10-15 Thread Edward K. Ream
On Mon, Oct 15, 2018 at 8:06 AM Edward K. Ream wrote: > This has nothing to do with recent work. I am executing pytest from the > command line on Windows. > > pyflakes (without args) or even pyflakes --setup-plan generates two empty > text files, named "a" and "b" in the present directory.

Weird: pytest generates "a" and "b" files

2018-10-15 Thread Edward K. Ream
This has nothing to do with recent work. I am executing pytest from the command line on Windows. pyflakes (without args) or even pyflakes --setup-plan generates two empty text files, named "a" and "b" in the present directory. This is true even if no fixtures are found! I have looked in