[issue12120] test_packaging failure

2011-11-03 Thread Éric Araujo
Éric Araujo added the comment: I have improved packaging to be independent of -B/-O in http://hg.python.org/cpython/rev/dad02a080bbc. See commit message for rationale. -- assignee: tarek -> eric.araujo stage: -> committed/rejected versions: +3rd party __

[issue12120] test_packaging failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of #12117. -- nosy: +haypo resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue12120] test_packaging failure

2011-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9d1fb6a9104b by Tarek Ziade in branch 'default': Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check http://hg.python.org/cpython/rev/9d1fb6a9104b -- nosy: +python-dev ___ Pyth

[issue12120] test_packaging failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: > a well, we can skip that pyc test in case PYTHONDONTWRITEBYTECODE is set, > thanks ! It's better to test sys.flags.dont_write_bytecode, actually. -- ___ Python tracker ___

[issue12120] test_packaging failure

2011-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: a well, we can skip that pyc test in case PYTHONDONTWRITEBYTECODE is set, thanks ! -- ___ Python tracker ___

[issue12120] test_packaging failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is due to PYTHONDONTWRITEBYTECODE being set. Not sure this is worth fixing. -- ___ Python tracker ___

[issue12120] test_packaging failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I cannot reproduce this. there's exactly the same test in distutils, > so I am wondering why it passes there and not in packaging for you. It doesn't. Have you seen http://bugs.python.org/issue12119 ? > Any special way to run the tests ? No. This is a fresh

[issue12120] test_packaging failure

2011-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: I cannot reproduce this. there's exactly the same test in distutils, so I am wondering why it passes there and not in packaging for you. Any special way to run the tests ? -- ___ Python tracker

[issue12120] test_packaging failure

2011-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: on it -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12120] test_packaging failure

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : I get the following failure under a fresh checkout: == FAIL: test_package_data (packaging.tests.test_command_build_py.BuildPyTestCase)