Issue2591

classification
Title: Unable to execute directory or zip file (test_cmd_line_script)
Type: behaviour Severity: normal
Components: Library Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: normal Keywords: test failure causes

Created on 2017-05-08.20:40:10 by jeff.allen, last changed 2017-05-08.20:40:10 by jeff.allen.

Messages
msg11366 (view) Author: Jeff Allen (jeff.allen) Date: 2017-05-08.20:40:09
Parking to revisit later. Working on failures of un-skipped tests in test_cmd_line_script (when we have non-ascii paths) I noticed these skips, that with my new-found familiarity with runpy look tractable.

The logic in org.python.util.jython.runMainFromImporter() should presumably agree with runpy._run_module_as_main(). Alternatively, could we just use runpy as in jython.runModule()?


We've noted these as skips in #1861 but no other  issue I can find.
History
Date User Action Args
2017-05-08 20:40:10jeff.allencreate