The test suite for pyobfuscate tries to output files to generated/package. Since this directory doesn't normally exist the test suite fails.
Fixed. Note that all tests are upstream now: https://github.com/astrand/pyobfuscate
Still breaks: ====================================================================== ERROR: test_import_everything (__main__.o0OO00) ---------------------------------------------------------------------- Traceback (most recent call last): File "<stdin>", line 118, in test_import_everything File "<stdin>", line 30, in obfuscate_and_write IOError: [Errno 2] No such file or directory: 'generated/tobeimported_everything.py' ...
(In reply to comment #2) > Still breaks: > > ====================================================================== > ERROR: test_import_everything (__main__.o0OO00) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "<stdin>", line 118, in test_import_everything > File "<stdin>", line 30, in obfuscate_and_write > IOError: [Errno 2] No such file or directory: > 'generated/tobeimported_everything.py' > ... The "generated" dir is checked into the tree.
Fair enough. Closing.