[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-04-08 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset d214b30e8ef0 by Brett Cannon in branch 'default': Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py https://hg.python.org/cpython/rev/d214b30e8ef0 -- nosy: +python-dev ___ Python trac

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-04-01 Thread STINNER Victor
STINNER Victor added the comment: > once I/someone double-checks that all the tests in > test.test_importlib.import_ are doing the right thing in regards to > util.test_both(..., __import__=util.__import__). Ah, I didn't understand that it was a question. I'm not interested to check that. --

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-04-01 Thread Brett Cannon
Brett Cannon added the comment: Yes, I'm fine with removing it once I/someone double-checks that all the tests in test.test_importlib.import_ are doing the right thing in regards to util.test_both(..., __import__=util.__import__). -- ___ Python trac

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-04-01 Thread STINNER Victor
STINNER Victor added the comment: Do you mean that you are ok to remove this file in Python 3.6? The file is not used by test_importlib. -- ___ Python tracker ___ __

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-03-29 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-03-29 Thread Brett Cannon
Brett Cannon added the comment: So that file wasn't to make sure importlib was used by the test suite but to actually make sure importlib.__import__ was heavily exercised (it's not the same as builtins.__import__ which is an accelerated C version). But thanks to test_importlib.util that shou

[issue26668] Remove Lib/test/test_importlib/regrtest.py?

2016-03-29 Thread STINNER Victor
New submission from STINNER Victor: Docstring of the file: """Run Python's standard test suite using importlib.__import__. Tests known to fail because of assumptions that importlib (properly) invalidates are automatically skipped if the entire test suite is run. Otherwise all command-line optio