[issue30874] unittest execute tests twice in some conditions

2017-08-25 Thread ale5000
ale5000 added the comment: hi, is there any news? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30874] unittest execute tests twice in some conditions

2017-07-16 Thread ale5000
ale5000 added the comment: @louielu: I have the problem under Windows, and on Travis CI under Linux. -- ___ Python tracker ___ ___ Pyt

[issue30874] unittest execute tests twice in some conditions

2017-07-14 Thread Louie Lu
Louie Lu added the comment: On my MacOS with python 3.5.2 get this result: ➜ unittest-1 git:(master) ✗ python3 setup.py test running test running egg_info writing dependency_links to Test_1.egg-info/dependency_links.txt writing top-level names to Test_1.egg-info/top_level.txt writing Test_1.eg

[issue30874] unittest execute tests twice in some conditions

2017-07-14 Thread ale5000
ale5000 added the comment: I have setup a simpler one here: https://github.com/ale5000-git/test/tree/master/unittest-1 Just run manually "setup.py test" and you will se the bug. -- ___ Python tracker

[issue30874] unittest execute tests twice in some conditions

2017-07-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: What invocation conditions? If this only happens with Travis, then this may be a Travis issue. If it only happens with Travis coverage runs, then it might be intentional, or a coverage issue. -- nosy: +ezio.melotti, michael.foord, rbcollins, terry.re

[issue30874] unittest execute tests twice in some conditions

2017-07-07 Thread Alessandro Cannini
New submission from Alessandro Cannini: Unittest execute the tests twice in some conditions. You can see the log here: https://travis-ci.org/ale5000-git/test/builds/251382617 based on this code: https://github.com/ale5000-git/test/tree/7a64f24a8bfea0579e30346ba993744272aa9c36 The code to loa