This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients brett.cannon, vstinner, xdegaye
Date 2016-06-15.07:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465975219.4.0.787854022028.issue27322@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_compile_path (test.test_compileall.CompileallTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/xavier/src/python/default/Lib/test/test_compileall.py", line 118, in test_compile_path
    self.assertTrue(compileall.compile_path(quiet=2))
AssertionError: False is not true


Changing the 'quiet' flag value to 0, gives:

test_compile_path (test.test_compileall.CompileallTests) ... Skipping current directory
Listing '/usr/local/lib/python36.zip'...
Can't list '/usr/local/lib/python36.zip'
Listing '/home/xavier/src/python/default/Lib'...
Listing '/home/xavier/src/python/default/Lib/plat-x86_64-linux-gnu'...
Can't list '/home/xavier/src/python/default/Lib/plat-x86_64-linux-gnu'
Listing '/home/xavier/src/python/default/build/lib.linux-x86_64-3.6-pydebug'...
Listing '/home/xavier/.local/lib/python3.6/site-packages'...
Listing '/usr/local/lib/python3.6/site-packages'...
Compiling '/usr/local/lib/python3.6/site-packages/easy_install.py'...
*** PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/site-packages/__pycache
__/easy_install.cpython-36.pyc.139734863394416'
FAIL


Note that this test has already been fixed for another problem in issue 26101.
History
Date User Action Args
2016-06-15 07:20:19xdegayesetrecipients: + xdegaye, brett.cannon, vstinner
2016-06-15 07:20:19xdegayesetmessageid: <1465975219.4.0.787854022028.issue27322@psf.upfronthosting.co.za>
2016-06-15 07:20:18xdegayelinkissue27322 messages
2016-06-15 07:20:17xdegayecreate